Automatically generate the .env file if it is not there
This commit is contained in:
@@ -6,12 +6,11 @@ import (
|
||||
"ersteller-lib/starter/page"
|
||||
"net/http"
|
||||
|
||||
"github.com/jackc/pgx/v5/pgxpool"
|
||||
. "maragu.dev/gomponents"
|
||||
. "maragu.dev/gomponents/html"
|
||||
)
|
||||
|
||||
func CreateApi(db *pgxpool.Pool) http.Handler {
|
||||
func CreateApi() http.Handler {
|
||||
server := NewHtmxServer()
|
||||
|
||||
HtmxRouteDebugTrace = true
|
||||
|
||||
Reference in New Issue
Block a user