Update import paths
This commit is contained in:
@@ -4,8 +4,8 @@ import (
|
||||
"database/sql"
|
||||
"net/http"
|
||||
|
||||
admin "synlotto-website/handlers/admin"
|
||||
"synlotto-website/middleware"
|
||||
admin "synlotto-website/internal/handlers/admin"
|
||||
"synlotto-website/internal/http/middleware"
|
||||
)
|
||||
|
||||
func SetupAdminRoutes(mux *http.ServeMux, db *sql.DB) {
|
||||
|
||||
Reference in New Issue
Block a user