mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 18:05:50 +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
|
* non-GitHub compatible API for listing plugins
|
||||||
*/
|
*/
|
||||||
get("/api/v3/plugins"){
|
get("/api/v3/gitbucket/plugins"){
|
||||||
PluginRegistry().getPlugins().map{ApiPlugin(_)}
|
PluginRegistry().getPlugins().map{ApiPlugin(_)}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user