feat: Add manager route

This commit is contained in:
oSumAtrIX
2024-07-13 01:34:42 +02:00
parent a34b7c8c31
commit f814fe5825
10 changed files with 167 additions and 30 deletions

View File

@@ -134,6 +134,7 @@ fun Application.configureDependencies(
singleOf(::AnnouncementService)
singleOf(::SignatureService)
singleOf(::PatchesService)
singleOf(::ManagerService)
singleOf(::ApiService)
}