mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-22 04:53:46 +00:00
I am stupid
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
a21c93555e
commit
16de4f0a43
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ func API() http.Handler {
|
|||
api.Use(jwtauth.Verifier(tokenAuth))
|
||||
|
||||
api.Use(jwtauth.Authenticator)
|
||||
api.With(SetDBMiddleware).Post("/upload", RecieveFile)
|
||||
api.With(SetDBMiddleware).Post("/upload", ReceiveFile)
|
||||
api.With(SetDBMiddleware).Post("/parse", ZoneFiles)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue