모듈 업데이트

This commit is contained in:
2023-11-16 19:58:24 +09:00
parent a2def0af79
commit e583904693
3 changed files with 4 additions and 107 deletions

View File

@ -819,7 +819,7 @@ func (sh *serviceDescription) serveHTTP(w http.ResponseWriter, r *http.Request)
}
}
} else {
logger.Println("div is not found :", divname)
logger.Println("div is not found :", divname, sh.Divisions)
w.WriteHeader(http.StatusBadRequest)
}
} else {