Fix feedback API route
This commit is contained in:
@@ -1201,7 +1201,7 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
|
||||
appId: appId || undefined
|
||||
};
|
||||
|
||||
post('/api/v1/feedback', data, null, function (error, data, status) {
|
||||
post('/api/v1/support/feedback', data, null, function (error, data, status) {
|
||||
if (error) return callback(error);
|
||||
if (status !== 201) return callback(new ClientError(status, data));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user