global: add very basic server versioning

This commit is contained in:
Abdullah Atta
2023-01-05 19:44:45 +05:00
parent 8730d3fb0b
commit cb3c8ed4ac
5 changed files with 49 additions and 1 deletions
+1
View File
@@ -177,6 +177,7 @@ namespace Streetwriters.Identity
}
app.UseCors("notesnook");
app.UseVersion();
app.UseRouting();