add scoring infra

This commit is contained in:
adienakhmad 2025-11-19 14:53:54 +00:00
parent 73d4c02191
commit 0c07972051
4 changed files with 96 additions and 3 deletions

View file

@ -9,7 +9,7 @@
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://0.0.0.0:80"
"Url": "http://localhost:7007"
}
}
}

View file

@ -9,7 +9,7 @@
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://0.0.0.0:80"
"Url": "http://localhost:7007"
}
}
}