style(api): standardize formatting and remove trailing newlines in API definitions

This commit is contained in:
Chang lue Tsen
2025-05-31 09:29:31 -04:00
parent 56f6bd2542
commit 77f55f8708
40 changed files with 437 additions and 492 deletions
+2 -3
View File
@@ -9,7 +9,7 @@ info (
)
import "../types.api"
@server (
prefix: v1/public/subscribe
group: public/subscribe
@@ -27,5 +27,4 @@ service ppanel {
@doc "Get application config"
@handler QueryApplicationConfig
get /application/config returns (ApplicationResponse)
}
}