mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Add README and other stuff from WebThrottle-EX
This commit is contained in:
@@ -25,7 +25,7 @@ class RestAPI {
|
||||
type: "PUT",
|
||||
url: "/api/v1/dcc/command",
|
||||
data: packet,
|
||||
success: function (data) { displayLog('[RECEIVE] '+data.response.replace(/\n/g,"")); },
|
||||
success: function (data) { displayLog('[RECEIVE] '+data.response); },
|
||||
contentType: "text/plain",
|
||||
headers: {'X-CSRFToken': this.csrftoken}
|
||||
});
|
||||
|
Reference in New Issue
Block a user