Added file management.

This commit is contained in:
mikestefanello 2025-02-16 14:23:52 -05:00
parent 09b8393c8a
commit 3eab2f5562
12 changed files with 201 additions and 21 deletions

View file

@ -25,6 +25,7 @@ const (
PageCache Page = "cache"
PageContact Page = "contact"
PageError Page = "error"
PageFiles Page = "files"
PageForgotPassword Page = "forgot-password"
PageHome Page = "home"
PageLogin Page = "login"