swagger upgrade

This commit is contained in:
Athou
2015-02-20 17:06:33 +01:00
parent 136c37885d
commit 88b98a138f
5 changed files with 20 additions and 34 deletions

View File

@@ -98,6 +98,7 @@ gulp.task('serve', function() {
port : 8082,
livereload : true,
middleware : function() {
var api = '^/api/(.*)$ http://localhost:8083/rest/$1 [P]';
var rest = '^/rest/(.*)$ http://localhost:8083/rest/$1 [P]';
var next = '^/next(.*)$ http://localhost:8083/next$1 [P]';
var logout = '^/logout$ http://localhost:8083/logout [P]';