mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Disable HTTPS redirection on API server
This commit is contained in:
parent
3a6e061e44
commit
4450826241
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ namespace PluralKit.API
|
|||
//app.UseHsts();
|
||||
}
|
||||
|
||||
app.UseHttpsRedirection();
|
||||
//app.UseHttpsRedirection();
|
||||
app.UseMiddleware<TokenAuthService>();
|
||||
app.UseMvc();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue