Start protecting the Api

This commit is contained in:
Paul Schneider 2026-06-06 21:30:41 +01:00
commit 57adfc82a5
5 changed files with 11 additions and 4 deletions

View file

@ -0,0 +1,5 @@
public static class Constants
{
public static readonly string[] BuildInApiScopes = { "blog", "admin", "contract", "com" };
}