Commit b399d9d0 authored by dahai's avatar dahai

push

parent 76fb0212
......@@ -1573,7 +1573,7 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
var body = JSON.stringify(data);
$http({
method: 'POST',
url: "../FailedCardApi/insertHistoryCard",
url: "../FailedCardApi/insertBackCard",
data: body,
headers: {'Content-Type': 'application/json'}
}).then(function successCallback(response) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment