Add non-json support for http body

This commit is contained in:
Justin Tisdale 2022-08-11 20:57:03 -04:00
parent 3a18801722
commit 2b9bf095a6
5 changed files with 34 additions and 7 deletions

View file

@ -693,6 +693,7 @@ let needSetup = false;
bean.authMethod = monitor.authMethod;
bean.authWorkstation = monitor.authWorkstation;
bean.authDomain = monitor.authDomain;
bean.httpBodyEncoding = monitor.httpBodyEncoding;
await R.store(bean);