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