Merge base branch.

This commit is contained in:
Sam Rose 2023-10-23 09:52:17 +01:00
parent 86458dc321
commit 9dd16381a7
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -27,6 +27,5 @@ export default class API {
this.datasource = new DatasourceAPI(config)
this.screen = new ScreenAPI(config)
this.application = new ApplicationAPI(config)
this.global = new GlobalAPI(config)
}
}