authorization enforced on webpages
This commit is contained in:
@@ -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")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user