Added some player response stuff, gameconfig changes

This commit is contained in:
2021-10-25 09:34:00 -04:00
parent cd55d95ba9
commit e2238ae982
5 changed files with 42 additions and 41 deletions

View File

@@ -22,7 +22,7 @@
"dotnetRunMessages": "true",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"applicationUrl": "https://192.168.1.103:5001;http://192.168.1.103:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}