mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 17:15:31 +00:00
Lots of stuff
This commit is contained in:
5
server/middleware.go
Normal file
5
server/middleware.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package server
|
||||
|
||||
import "net/http"
|
||||
|
||||
type Middleware func(http.Handler) http.Handler
|
||||
Reference in New Issue
Block a user