Commit 430f3c2e authored by 谢永靖's avatar 谢永靖

1

parent 71d74a16
Pipeline #36771 passed with stage
in 4 seconds
...@@ -4,6 +4,7 @@ module.exports = app => { ...@@ -4,6 +4,7 @@ module.exports = app => {
const router = app.router.namespace(app.config.projectRootPath + '/response'); const router = app.router.namespace(app.config.projectRootPath + '/response');
router.get('avoid_auth', '/internal/auth', 'response.internalAuth');// 购房计划地图点位 router.get('avoid_auth', '/internal/auth', 'response.internalAuth');// 购房计划地图点位
router.get('avoid_auth', '/internal/token', 'response.token'); router.get('third', '/internal/token', 'response.token');
router.post('avoid_auth', '/internal/token', 'response.token');
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment