feat: Add analytics
All checks were successful
Build Docker / Build Main Image (push) Successful in 33s

This commit is contained in:
2023-12-13 14:51:10 +11:00
parent 8b3550e747
commit d0985a8c1f
4 changed files with 46 additions and 1 deletions

View File

@@ -129,7 +129,7 @@ def add_link():
# Verify link is not taken
if db.get_link(link) != False:
return error('Link already taken')
if link in ['dash','login','logout','404','assets']:
if link in ['dash','login','logout','404','assets','admin']:
return error('Link already taken')
# Add link