Fix provisional endpoint for API client.

This commit is contained in:
2025-11-14 15:17:25 +00:00
parent 30b60c0e96
commit 1053617622

View File

@@ -3,7 +3,7 @@
"Environment": "Development"
},
"ApiClient": {
"Url": "https://localhost:5002",
"Url": "http://localhost:5023",
"UseNativeHandler": true
}
}