Remove tail slash

This commit is contained in:
Naoki Takezoe
2018-03-26 03:36:34 +09:00
parent 329a8ebc2b
commit 7d7b13de6e

View File

@@ -77,7 +77,7 @@ trait ApiControllerBase extends ControllerBase {
/**
* https://developer.github.com/v3/#root-endpoint
*/
get("/api/v3/") {
get("/api/v3") {
JsonFormat(ApiEndPoint())
}