mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 09:58:39 +00:00
Remove build, is done by request!
This commit is contained in:
parent
c188acc02f
commit
54e167fdd1
|
|
@ -42,7 +42,7 @@
|
|||
let request = new jsOMS.Request(),
|
||||
request.setData(message);
|
||||
request.setType('json');
|
||||
request.setUri(jsOMS.UriFactory.build('/{/lang}/api/log'));
|
||||
request.setUri('/{/lang}/api/log');
|
||||
request.setMethod(jsOMS.EnumRequestMethod.POST);
|
||||
request.setRequestHeader('Content-Type', 'application/json');
|
||||
request.setSuccess(function (xhr) {});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user