mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
add routing for server
This commit is contained in:
@ -25,7 +25,9 @@ namespace Bit.Server
|
||||
}
|
||||
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
{ }
|
||||
{
|
||||
services.AddRouting();
|
||||
}
|
||||
|
||||
public void Configure(
|
||||
IApplicationBuilder app,
|
||||
|
Reference in New Issue
Block a user