diff --git a/Gruntfile.js b/Gruntfile.js index 1e71c2b7..c0ee7b0c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -408,10 +408,13 @@ module.exports = function (grunt) { }, proxies: [ { - context: '/v1', + context: '/api/v1', host: 'localhost', port: 8080, - https: false + https: false, + rewrite: { + '^/api/v1': '/v1' + } } ], livereload: {