Skip to content

Commit

Permalink
fix: fix panel get plugins endpoint is not a panel api
Browse files Browse the repository at this point in the history
  • Loading branch information
duruer committed Jun 1, 2024
1 parent 341b7b2 commit 58e066e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import java.io.StringWriter
@Endpoint
class PanelGetPluginsAPI(
private val pluginManager: PluginManager
) : Api() {
) : PanelApi() {
override val paths = listOf(Path("/api/panel/plugins", RouteType.GET))

override fun getValidationHandler(schemaParser: SchemaParser): ValidationHandler =
Expand Down

0 comments on commit 58e066e

Please sign in to comment.