Disable HTTPS redirection on API server
This commit is contained in:
parent
3a6e061e44
commit
4450826241
@ -59,7 +59,7 @@ namespace PluralKit.API
|
|||||||
//app.UseHsts();
|
//app.UseHsts();
|
||||||
}
|
}
|
||||||
|
|
||||||
app.UseHttpsRedirection();
|
//app.UseHttpsRedirection();
|
||||||
app.UseMiddleware<TokenAuthService>();
|
app.UseMiddleware<TokenAuthService>();
|
||||||
app.UseMvc();
|
app.UseMvc();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user