서비스 json 수정

This commit is contained in:
2023-08-22 11:10:59 +09:00
parent 455011fd99
commit 08cb989975
2 changed files with 4 additions and 2 deletions

View File

@ -276,7 +276,7 @@ func (caller apiCaller) serviceAPI(w http.ResponseWriter, r *http.Request) error
atomic.StorePointer(&mg.serviceptr, unsafe.Pointer(&newService))
}
w.Write(mg.service().divisionsSerialized)
w.Write(mg.service().serviceSerialized)
} else if r.Method == "POST" {
body, _ := io.ReadAll(r.Body)
var service serviceDescription