diff options
Diffstat (limited to 'api/WhatApi/Program.cs')
| -rw-r--r-- | api/WhatApi/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/WhatApi/Program.cs b/api/WhatApi/Program.cs index 7d9c1b4..3375e09 100644 --- a/api/WhatApi/Program.cs +++ b/api/WhatApi/Program.cs @@ -93,7 +93,7 @@ app.UseMiddleware<UserLastSeenMiddleware>(); app.UseAuthentication(); app.UseAuthorization(); app.MapControllers(); -app.MapGet("/", () => Results.Redirect("/map")); +app.MapGet("/", () => Results.Redirect("/login")); app.Run(); return 0;
\ No newline at end of file |
