authorization enforced on webpages

This commit is contained in:
2025-12-30 18:08:22 -07:00
parent c01d700482
commit 240d82344c
24 changed files with 509 additions and 123 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ package consts
import "errors"
var (
// TODO: use throught the database methods and the site template parsing to treat it as a 404 (not a redirect)
ErrNotFound = errors.New("not found")
ErrConflict = errors.New("conflict")
)