relocate the fishnet form

pull/3520/head
Thibault Duplessis 2017-08-23 22:44:09 -05:00
parent 2b7ce6230c
commit 6ff69d3c38
3 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@ object Main extends LilaController {
Ok(html.base.fpmenu()).fuccess
}
def fishnet = Open { implicit ctx =>
Ok(html.site.fishnet()).fuccess
def getFishnet = Open { implicit ctx =>
Ok(html.site.getFishnet()).fuccess
}
}

View File

@ -502,7 +502,7 @@ GET /embed controllers.Main.embed
GET /mobile controllers.Main.mobile
GET /lag controllers.Main.lag
GET /fpmenu controllers.Main.fpmenu
GET /fishnet controllers.Main.fishnet
GET /get-fishnet controllers.Main.getFishnet
# Mobile Push
POST /mobile/register/:platform/:deviceId controllers.Main.mobileRegister(platform: String, deviceId: String)