Refactor codebase and removed leftover development code

This commit is contained in:
2024-04-27 16:07:07 +07:00
parent a539e0a2bf
commit 5cf1aacf23
26 changed files with 63 additions and 120 deletions

View File

@ -1,6 +1,8 @@
package routes
import (
"net/http"
downloadHandler "github.com/fossyy/filekeeper/handler/download"
downloadFileHandler "github.com/fossyy/filekeeper/handler/download/file"
forgotPasswordHandler "github.com/fossyy/filekeeper/handler/forgotPassword"
@ -15,7 +17,6 @@ import (
"github.com/fossyy/filekeeper/handler/upload/initialisation"
userHandler "github.com/fossyy/filekeeper/handler/user"
"github.com/fossyy/filekeeper/middleware"
"net/http"
)
func SetupRoutes() *http.ServeMux {