Commit aa1fe690 authored by Hsinli's avatar Hsinli

add

parent 93deeb46
Pipeline #19711 passed with stage
in 2 seconds
...@@ -22,7 +22,7 @@ module.exports = app => { ...@@ -22,7 +22,7 @@ module.exports = app => {
router.get('/presell/house/:id', 'cd.presellHouse.getPresellHouse'); router.get('/presell/house/:id', 'cd.presellHouse.getPresellHouse');
//摇号-楼盘名字模糊匹配 //摇号-楼盘名字模糊匹配
router.get('/lottery/publicise/name', loginAuth, 'cd.lotteryPublicise.getHouseName'); router.get('/lottery/name', loginAuth, 'cd.lotteryPublicise.getHouseName');
......
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