mirror of
https://github.com/bitwarden/server
synced 2025-12-14 23:33:41 +00:00
fixup routing and sdk links
This commit is contained in:
@@ -42,6 +42,8 @@ if (!app.Environment.IsDevelopment())
|
||||
|
||||
app.UseRouting();
|
||||
|
||||
app.MapControllerRoute(name: "default", pattern: "{controller=Seed}/{action=Index}/{id?}");
|
||||
|
||||
app.Run();
|
||||
|
||||
// Make Program class accessible for integration tests
|
||||
|
||||
Reference in New Issue
Block a user