This commit is contained in:
2023-12-28 08:51:30 +11:00
parent 22c8a475f5
commit 6004e38434
5 changed files with 5 additions and 9 deletions

View File

@@ -4,7 +4,6 @@ module Admin
module Actions
module Books
class Create < Admin::Action
include Deps["repos.book_repo"]
def handle(req, resp)

View File

@@ -4,7 +4,6 @@ module Admin
module Actions
module Books
class Update < Admin::Action
include Deps["repos.book_repo"]
def handle(req, resp)