feat: test admin globals

This commit is contained in:
Dan Ribbens
2022-07-17 18:02:41 -04:00
parent a6a9ab15b7
commit b00d8584f3
6 changed files with 41 additions and 5 deletions

View File

@@ -14,4 +14,8 @@ export class AdminUrlUtil {
edit(id: string): string {
return `${this.list}/${id}`;
}
global(slug: string): string {
return `${this.admin}/globals/${slug}`;
}
}