backend to fix

This commit is contained in:
Ubuntu
2024-05-01 20:40:13 +00:00
parent 8d8b9409a8
commit e57b47cae3
9 changed files with 123 additions and 15 deletions
+4 -4
View File
@@ -12,19 +12,19 @@
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchBrowser": false,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5000;https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Production"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchBrowser": false,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "development"
"ASPNETCORE_ENVIRONMENT": "Production"
}
}
}
+1
View File
@@ -0,0 +1 @@
2024/05/01 19:55:08 Micro started