Commit 9486be32 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

change submit soltion path

parent 78300a56
......@@ -64,7 +64,7 @@
callback(result);
},
submitFlag: function(flag){
return $http.post(AppSettings.apiAddress + '/tasks', flag);
return $http.post(AppSettings.apiAddress + '/solutions', flag);
}
};
}]);
......
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