File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
service/src/main/kotlin/app/cash/backfila/ui Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import app.cash.backfila.ui.pages.BackfillIndexAction
10
10
import app.cash.backfila.ui.pages.BackfillShowAction
11
11
import app.cash.backfila.ui.pages.IndexAction
12
12
import app.cash.backfila.ui.pages.ServiceIndexAction
13
+ import app.cash.backfila.ui.pages.ServiceInfoAction
13
14
import app.cash.backfila.ui.pages.ServiceShowAction
14
15
import misk.inject.KAbstractModule
15
16
import misk.web.WebActionModule
@@ -20,6 +21,7 @@ class UiModule : KAbstractModule() {
20
21
install(WebActionModule .create<IndexAction >())
21
22
install(WebActionModule .create<ServiceIndexAction >())
22
23
install(WebActionModule .create<ServiceShowAction >())
24
+ install(WebActionModule .create<ServiceInfoAction >())
23
25
install(WebActionModule .create<BackfillCreateIndexAction >())
24
26
install(WebActionModule .create<BackfillCreateServiceIndexAction >())
25
27
install(WebActionModule .create<BackfillCreateAction >())
You can’t perform that action at this time.
0 commit comments