Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
chemdemo committed Aug 4, 2015
1 parent 28a237b commit 3c2d6e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: dmyang
* @Date: 2015-07-31 11:41:38
* @Last Modified by: dmyang
* @Last Modified time: 2015-08-05 01:36:50
* @Last Modified time: 2015-08-05 03:45:03
*/

'use strict';
Expand Down Expand Up @@ -32,5 +32,5 @@ module.exports = function(router, app) {
});

// proxy api
router.get('/api/detail', proxy({url: 'http://foo.bar.com'}));
router.get('/api/foo/bar', proxy({url: 'http://foo.bar.com'}));
};

0 comments on commit 3c2d6e2

Please sign in to comment.