add /dmca route

pull/9941/head
Thibault Duplessis 2021-10-06 19:31:03 +02:00
parent 89bd3d7891
commit c881c36b72
2 changed files with 2 additions and 2 deletions

View File

@ -361,8 +361,7 @@ object contact {
)
)
val dmcaUrl =
"https://docs.google.com/forms/d/e/1FAIpQLSdRVaJ6Wk2KHcrLcY0BxM7lTwYSQHDsY2DsGwbYoLUBo3ngfQ/viewform"
val dmcaUrl = "/dmca"
def apply()(implicit ctx: Context) =
page.layout(

View File

@ -827,6 +827,7 @@ POST /jsmon/:event controllers.Main.jsmon(event: String)
GET /swag controllers.Main.movedPermanently(to: String = "https://shop.spreadshirt.com/lichess-org")
GET /yt controllers.Main.movedPermanently(to: String = "https://www.youtube.com/channel/UCr6RfQga70yMM9-nuzAYTsA")
GET /dmca controllers.Main.movedPermanently(to: String = "https://docs.google.com/forms/d/e/1FAIpQLSdRVaJ6Wk2KHcrLcY0BxM7lTwYSQHDsY2DsGwbYoLUBo3ngfQ/viewform")
GET /assets/_$v<\w{6}>/*file controllers.Main.devAsset(v, path="public", file)
GET /assets/*file controllers.ExternalAssets.at(path="public", file)