# Application1 needs entries for both GET and POST ## all other applications only need an entry for GET# Home pageGET / controllers.Application.index#POST / controllers.Application.receive# Map static resources from the /public folder to the /assets URL pathGET /assets/*file controllers.Assets.at(path="/public", file)