Update the Java Play Framework generator to version 2.6.3 (#6356)

This commit is contained in:
Jean-François Côté
2017-08-23 22:23:10 -04:00
committed by wing328
parent 6ff612ffcb
commit 006b97525f
46 changed files with 234 additions and 72 deletions

View File

@@ -32,4 +32,5 @@ GET /v2/user/logout controllers.UserApiController.logout
PUT /v2/user/:username controllers.UserApiController.updateUser(username: String)
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)
GET /assets/*file controllers.Assets.at(file)
GET /versionedAssets/*file controllers.Assets.versioned(file)