change http/https ports, dont https redirect

This commit is contained in:
jvyden 2021-10-06 00:42:24 -04:00
commit 0a2ce2f004
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
2 changed files with 1 additions and 3 deletions

View file

@ -18,7 +18,7 @@
"ProjectLighthouse": {
"commandName": "Project",
"dotnetRunMessages": "true",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"applicationUrl": "http://localhost:10060;https://localhost:10061",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}

View file

@ -35,8 +35,6 @@ namespace ProjectLighthouse {
app.UseDeveloperExceptionPage();
}
app.UseHttpsRedirection();
app.UseRouting();
app.UseAuthorization();