Switch accountrestrictions call to use new backend in MPAC. (#1868)

This commit is contained in:
jawelton74
2024-06-18 09:41:24 -07:00
committed by GitHub
parent e66c8a1b5c
commit 4d0b1a6db8
3 changed files with 9 additions and 2 deletions

View File

@@ -133,6 +133,7 @@ export enum MongoBackendEndpointType {
export class BackendApi {
public static readonly GenerateToken: string = "GenerateToken";
public static readonly PortalSettings: string = "PortalSettings";
public static readonly AccountRestrictions: string = "AccountRestrictions";
}
export class PortalBackendEndpoints {