diff --git a/bower.json b/bower.json
index fcbe71d9..ef04e00b 100644
--- a/bower.json
+++ b/bower.json
@@ -28,7 +28,7 @@
"devicejs": "0.1.16",
"readabilicons": "arc90/readability-readabilicons#34c55561c5b8ec6e90714b50237c06b13cb9d59c",
"zocial-less": "1.0.0",
- "swagger-ui": "2.0.24"
+ "swagger-ui": "2.1.5-M1"
},
"resolutions": {
"angular": "1.3.6",
diff --git a/gulpfile.js b/gulpfile.js
index e2403641..cb78cf28 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -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]';
diff --git a/pom.xml b/pom.xml
index 4ab37036..2b6efca9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,21 +209,13 @@