Serve Template and Static

This commit is contained in:
Samuel Lorch 2024-05-04 01:31:24 +02:00
parent e51abbcbf7
commit b2761970ce
4 changed files with 85 additions and 8 deletions

View file

@ -3,3 +3,5 @@ package constants
const SHARED_SECRET_HEADER = "morffix-secret"
const NAME_HEADER = "morffix-name"
const UUID_HEADER = "morffix-uuid"
const INDEX_TEMPLATE_NAME = "index.tmpl"