We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9e8e5 commit 167ae7cCopy full SHA for 167ae7c
src/main/kotlin/infrastructure/api/APIController.kt
@@ -52,11 +52,7 @@ class APIController(private val provider: ManagerProvider) {
52
}.start(wait = true)
53
}
54
55
- /**
56
- * Dispatcher of the http routing.
57
- * Needs to be public due to reflection used by ktor.
58
- */
59
- fun dispatcher(app: Application) {
+ private fun dispatcher(app: Application) {
60
with(app) {
61
roomAPI(this)
62
medicalTechnologyAPI(this)
0 commit comments