b8b6c8e8 by yangjianbin

init

1 parent ae33b257
......@@ -83,7 +83,7 @@
var targetUrl = $("#add").attr("action");
var data = $("#add").serializeJson();
$.ajax({
type: 'post',
type: 'put',
url: apiBaseUrl + targetUrl,
cache: false,
data: JSON.stringify(data),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!