From 7ecf7a505a97f3f3a17f5b73e72012d5e04ddb6f Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 3 Nov 2014 02:10:31 -0500 Subject: [PATCH] Fix stuff and add analytics --- biomed-frontend/gulpfile.js | 4 ++-- biomed-frontend/src/app/layout.html | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/biomed-frontend/gulpfile.js b/biomed-frontend/gulpfile.js index b4824ad..9083293 100644 --- a/biomed-frontend/gulpfile.js +++ b/biomed-frontend/gulpfile.js @@ -118,12 +118,12 @@ function startExpress() { */ app.all('/api/*', function(req, res) { - var url = 'http://new.atlb.co/' + req.url; + var url = 'http://atlanticbiomedical.com/' + req.url; req.pipe(request(url)).pipe(res); }); app.all('/images/*', function(req, res) { - var url = 'http://new.atlb.co/' + req.url; + var url = 'http://atlanticbiomedical.com/' + req.url; req.pipe(request(url)).pipe(res); }); diff --git a/biomed-frontend/src/app/layout.html b/biomed-frontend/src/app/layout.html index 03018c3..f7d2d58 100644 --- a/biomed-frontend/src/app/layout.html +++ b/biomed-frontend/src/app/layout.html @@ -117,4 +117,14 @@ - \ No newline at end of file + + \ No newline at end of file