parsemuiltipartform 추가 . 에러는 무시

This commit is contained in:
2023-08-28 13:53:59 +09:00
parent f5304fae80
commit edb3e07329

View File

@ -414,6 +414,8 @@ func (mg *Maingate) api(w http.ResponseWriter, r *http.Request) {
r.Body.Close()
}()
r.ParseMultipartForm(32 << 20)
var userinfo map[string]any
if !*devflag {