Remove auth from uploads, auth config

This commit is contained in:
2023-01-30 22:11:59 +11:00
parent 8c15370ac6
commit cc313fe469
2 changed files with 1 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ module Adamantium
module Site
class Config < Action
include Deps["settings", "views.site.home"]
before :authenticate!
def handle(req, res)
if req.params[:q] == "config"