mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 09:55:49 +01:00
Change plugin list API URL
This commit is contained in:
@@ -721,7 +721,7 @@ trait ApiControllerBase extends ControllerBase {
|
||||
/**
|
||||
* non-GitHub compatible API for listing plugins
|
||||
*/
|
||||
get("/api/v3/plugins"){
|
||||
get("/api/v3/gitbucket/plugins"){
|
||||
PluginRegistry().getPlugins().map{ApiPlugin(_)}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user