Merge branch 'master' into ios-wda

This commit is contained in:
debugtalk
2022-08-15 21:21:32 +08:00
25 changed files with 1162 additions and 229 deletions

View File

@@ -190,7 +190,7 @@ func (api *apiHandler) Start(w http.ResponseWriter, r *http.Request) {
return
}
req := StartRequestBody{
Profile: *api.boomer.GetProfile(),
Profile: *boomer.NewProfile(),
}
err = mapstructure.Decode(data, &req)
if err != nil {