mirror of
https://github.com/arnaucube/commonroutesServer.git
synced 2026-02-28 05:26:42 +01:00
resetPassword script
This commit is contained in:
@@ -319,7 +319,7 @@ exports.getNotifications = function(req, res) {
|
||||
};
|
||||
|
||||
function postImage(req, res, filename, fileImg) {
|
||||
url = "http://127.0.0.1:3050/image";
|
||||
url = "http://127.0.0.1:3001/image";
|
||||
var importFile = function(fileImg) {
|
||||
var decodedFile = new Buffer(fileImg, 'base64');
|
||||
var r = request.post(url, function(err, httpResponse, body) {
|
||||
|
||||
Reference in New Issue
Block a user