Default types and templates

This commit is contained in:
Emma
2023-06-12 18:02:19 -06:00
parent 8fb7494464
commit a7337bd33a
10 changed files with 179 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ export const GameSystemsService = {
return {
status: 404,
json: async () => ({name:'', types: {}})
json: async () => ({name:'', types: {}, templates: {}})
}
}
}