Skip to content

Commit

Permalink
Merge pull request #269 from ArtisanCloud/dev/michaelhu
Browse files Browse the repository at this point in the history
Dev/michaelhu
  • Loading branch information
Matrix-X committed Oct 16, 2023
2 parents 4f13b8e + 883d5b0 commit 7f504ed
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 151 deletions.
13 changes: 13 additions & 0 deletions api/health.api
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
syntax = "v1"

info(
title: "健康管理"
desc: "健康管理"
author: "MichaelHu"
email: "[email protected]"
version: "v1"
)

@server(
group: system/health
prefix: /api/v1/system
)

service PowerX {
@doc "健康检查接口"
@handler HealthCheck
Expand Down
5 changes: 5 additions & 0 deletions api/plugin.api
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
syntax = "v1"

@server(
group: plugin
prefix: /api/v1
)

service PowerX {
@doc "插件接口"
@handler RegisterPlugin
Expand Down
Loading

0 comments on commit 7f504ed

Please sign in to comment.