Cleaned up some stuff, fixed up a very stupid bug, properly used weblit's request header stuff, and setting up first steps for CRUD

This commit is contained in:
n* 2025-03-09 20:35:58 -03:00
parent 3adbee7c77
commit f42ce9a00c
15 changed files with 185 additions and 145 deletions

View file

@ -10,6 +10,7 @@ local errors = {
blog_was_deleted = "blog was deleted :(",
blog_handle_taken = "blog handle is already taken",
blog_handle_invalid = "blog handle is invalid!",
blog_already_exists = "blog_already_exists",
post_not_found = "post not found :(",