@ -8,7 +8,7 @@ let prefix = "/api";
api.post = function(url, body){
return m.request({
method: 'POST',
prefix+url,
url: prefix+url,
body
});
};