Update
CI / scan_ruby (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-04-29 12:20:15 +01:00
parent f7fe9b0174
commit e69d6856aa
7 changed files with 28 additions and 86 deletions
+3
View File
@@ -7,5 +7,8 @@ import { application } from "./application"
import HelloController from "./hello_controller"
application.register("hello", HelloController)
import AdminPanelController from "./admin_panel_controller"
application.register("admin-panel", AdminPanelController)
import ListingPuzzleController from "./listing_puzzle_controller"
application.register("listing-puzzle", ListingPuzzleController)