Skip to content

Commit bccd29d

Browse files
authored
Merge pull request #10 from Harsche/hotfix/0.1.2
Hotfix 0.1.2
2 parents d9a1d50 + c687fbf commit bccd29d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

GameCollectionAPI/Program.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
app.UseSwagger();
6363
app.UseSwaggerUI();
6464
}
65-
else
66-
{
67-
app.UseHttpsRedirection();
68-
}
65+
// else // TODO- Uncomment when HTTPS is setup
66+
// {
67+
// app.UseHttpsRedirection();
68+
// }
6969

7070
app.UseAuthentication();
7171
app.UseAuthorization();

0 commit comments

Comments
 (0)