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