mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-08 06:25:51 +01:00
Remove tail slash
This commit is contained in:
@@ -77,7 +77,7 @@ trait ApiControllerBase extends ControllerBase {
|
||||
/**
|
||||
* https://developer.github.com/v3/#root-endpoint
|
||||
*/
|
||||
get("/api/v3/") {
|
||||
get("/api/v3") {
|
||||
JsonFormat(ApiEndPoint())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user