#109 basic infrastructure for server side rendering with templ

This commit is contained in:
Tim
2024-08-22 22:53:28 +02:00
parent 32c4da0f93
commit 62dd3b539f
12 changed files with 82 additions and 31 deletions

View File

@@ -1,7 +1,8 @@
package main
import (
"api/utils"
"me-fit/utils"
"database/sql"
"log"
"net/http"