global: fix failing build

This commit is contained in:
Abdullah Atta
2024-08-01 12:20:37 +05:00
parent 5c1944d29f
commit 881354ab83
3 changed files with 3 additions and 3 deletions

View File

@@ -192,7 +192,7 @@ namespace Streetwriters.Identity
}
app.UseCors("notesnook");
app.UseVersion();
app.UseVersion(Servers.IdentityServer);
app.UseRouting();