is this module working now?
This commit is contained in:
@@ -47,7 +47,7 @@ type Queue struct {
|
||||
gets int32
|
||||
}
|
||||
|
||||
func pathHandler(w http.ResponseWriter, r *http.Request) {
|
||||
func PathHandler(w http.ResponseWriter, r *http.Request) {
|
||||
pathID := r.URL.Path
|
||||
|
||||
if len(pathID) < 2 {
|
||||
|
||||
Reference in New Issue
Block a user