เพิ่มฟิลที่นั่งสอบ

This commit is contained in:
Kittapath 2023-03-29 12:55:20 +07:00
parent 5c7a655a66
commit a93dcbbd20
10 changed files with 1285 additions and 15 deletions

View file

@ -4,7 +4,7 @@
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7007;http://localhost:5261",
"applicationUrl": "https://localhost:7007;http://localhost:5262",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
@ -18,7 +18,7 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5261"
"applicationUrl": "http://localhost:5262"
},
"https": {
"commandName": "Project",
@ -28,13 +28,13 @@
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7007;http://localhost:5261"
"applicationUrl": "https://localhost:7007;http://localhost:5262"
},
"https-api": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7007;http://localhost:5261",
"applicationUrl": "https://localhost:7007;http://localhost:5262",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},