Add photos

This commit is contained in:
2023-02-25 14:11:34 +11:00
parent a5e2cf28c8
commit e8220805a3
5 changed files with 39 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
module Adamantium
module Actions
module Photos
class Index < Action
include Deps["views.photos.index"]
def handle(req, res)
res.render index
end
end
end
end
end