ML implemented

This commit is contained in:
andrei-mihnea-cerbu
2024-04-12 12:25:08 +03:00
parent adba50e70b
commit 1ff7f51aa6
108 changed files with 958 additions and 131 deletions
+4 -4
View File
@@ -12,19 +12,19 @@
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5000;https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": false,
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Production"
"ASPNETCORE_ENVIRONMENT": "development"
}
}
}