using fiber

This commit is contained in:
Simon Martens
2024-11-13 12:57:00 +01:00
parent ce7795361a
commit 714f4cfd28
9 changed files with 88 additions and 52 deletions

View File

@@ -3,8 +3,8 @@ package controller
import (
"net/http"
"githib.com/Theodor-Springmann-Stiftung/kgpz_web/app"
"githib.com/Theodor-Springmann-Stiftung/kgpz_web/templating"
"github.com/Theodor-Springmann-Stiftung/kgpz_web/app"
"github.com/Theodor-Springmann-Stiftung/kgpz_web/templating"
)
// ControllerFunc is a function that get injected all dependencies and returns a http.HandlerFunc