Update import paths
This commit is contained in:
@@ -3,7 +3,7 @@ package security
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
httpHelpers "synlotto-website/helpers/http"
|
||||
httpHelpers "synlotto-website/internal/helpers/http"
|
||||
)
|
||||
|
||||
func GetCurrentUserID(r *http.Request) (int, bool) {
|
||||
|
||||
Reference in New Issue
Block a user