Changed default port. Changed Table to refer to the Songs table instead of the Song table

This commit is contained in:
amazing-username
2019-04-14 16:07:53 +00:00
parent a17e892a8b
commit e982534c74
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -21,10 +21,10 @@
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "api/values",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"applicationUrl": "http://localhost:5002",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
}