register resources

This commit is contained in:
Chirag Aggarwal
2026-03-19 17:35:31 +05:30
parent 0237cced6b
commit e6090800e2
+1
View File
@@ -290,6 +290,7 @@ class Specs extends Action
$specsContainer->set('response', fn () => $response);
$specsContainer->set('dbForPlatform', fn () => new Database(new MySQL(''), new Cache(new None())));
$specsContainer->set('dbForProject', fn () => new Database(new MySQL(''), new Cache(new None())));
registerRequestResources($specsContainer);
$platforms = static::getPlatforms();
$authCounts = $this->getAuthCounts();