HTTP Routes
- 
        GET
        - /
- /about
- /admin
- /admin/{path:.*}
- /assets/{path:.*}
- /auth/callback/{key}
- /auth/logout/{key}
- /auth/{key}
- /cl
- /favicon.ico
- /healthcheck
- /profile
- /project
- /project/{key}
- /resume
- /robots.txt
- /search
- /theme
- /theme/{key}
- /theme/{key}/remove
 
- 
        POST
        - /admin/{path:.*}
- /profile
- /theme/{key}