Skip to content

Commit 69dcfa6

Browse files
committed
add serviceinfoaction to module
1 parent 35ecf0e commit 69dcfa6

File tree

1 file changed

+2
-0
lines changed
  • service/src/main/kotlin/app/cash/backfila/ui

1 file changed

+2
-0
lines changed

service/src/main/kotlin/app/cash/backfila/ui/UiModule.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import app.cash.backfila.ui.pages.BackfillIndexAction
1010
import app.cash.backfila.ui.pages.BackfillShowAction
1111
import app.cash.backfila.ui.pages.IndexAction
1212
import app.cash.backfila.ui.pages.ServiceIndexAction
13+
import app.cash.backfila.ui.pages.ServiceInfoAction
1314
import app.cash.backfila.ui.pages.ServiceShowAction
1415
import misk.inject.KAbstractModule
1516
import misk.web.WebActionModule
@@ -20,6 +21,7 @@ class UiModule : KAbstractModule() {
2021
install(WebActionModule.create<IndexAction>())
2122
install(WebActionModule.create<ServiceIndexAction>())
2223
install(WebActionModule.create<ServiceShowAction>())
24+
install(WebActionModule.create<ServiceInfoAction>())
2325
install(WebActionModule.create<BackfillCreateIndexAction>())
2426
install(WebActionModule.create<BackfillCreateServiceIndexAction>())
2527
install(WebActionModule.create<BackfillCreateAction>())

0 commit comments

Comments
 (0)