Default types and templates
This commit is contained in:
@@ -19,7 +19,7 @@ export const GameSystemsService = {
|
||||
|
||||
return {
|
||||
status: 404,
|
||||
json: async () => ({name:'', types: {}})
|
||||
json: async () => ({name:'', types: {}, templates: {}})
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user