diff --git a/routes/api/v1/logs.go b/routes/api/v1/logs.go index 6614e06..cc021e1 100644 --- a/routes/api/v1/logs.go +++ b/routes/api/v1/logs.go @@ -1,8 +1,8 @@ package v1 import ( - "github.com/labstack/echo" "git.kolaente.de/konrad/Library/models" + "github.com/labstack/echo" "net/http" ) @@ -22,4 +22,4 @@ func ShowLogs(c echo.Context) error { } return c.JSON(http.StatusOK, logs) -} \ No newline at end of file +}