Skip to content
Snippets Groups Projects
Commit e7d49345 authored by stevereis's avatar stevereis
Browse files

fix experiment miss http method to edit

parent dfb3d6fb
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ export default class ExaremeService implements IEngineService {
const path = this.options.baseurl + `experiments/${uuid}`;
return this.httpService
.post(path, request.body)
.patch(path, request.body)
.pipe(map((response) => response.data));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment