mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-21 15:26:29 +00:00
fix: removed route by mistake
This commit is contained in:
parent
1afde077a6
commit
b07297cf31
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ func Routes(
|
|||
apiv1 := e.Group("/api/v1")
|
||||
apiv1.Use(h.Authenticated)
|
||||
apiv1.GET("/workers/connect", h.ApiV1WorkersConnectGET)
|
||||
apiv1.POST("/checks/:id/history", h.ApiV1ChecksHistoryPOST)
|
||||
|
||||
// Error handler
|
||||
e.HTTPErrorHandler = func(err error, c echo.Context) {
|
||||
|
|
Loading…
Reference in a new issue