Skip to content
Snippets Groups Projects
Commit f533efd6 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

put request method removed as it's unused

parent 5c63aceb
No related branches found
No related tags found
2 merge requests!115Resolve "admin panel should use API",!114Resolve "admin panel should use API"
......@@ -161,14 +161,6 @@ ServerConnector.sendPostRequest = function(url, params) {
});
};
ServerConnector.sendPutRequest = function(url, params) {
return this.sendRequest({
method : "PUT",
url : url,
form : params
});
};
ServerConnector.sendDeleteRequest = function(url, json) {
return this.sendRequest({
method : "DELETE",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment