style(api): standardize formatting and remove trailing newlines in API definitions
This commit is contained in:
@@ -10,7 +10,6 @@ info (
|
||||
|
||||
import "../types.api"
|
||||
|
||||
|
||||
@server (
|
||||
prefix: v1/public/payment
|
||||
group: public/payment
|
||||
@@ -20,5 +19,4 @@ service ppanel {
|
||||
@doc "Get available payment methods"
|
||||
@handler GetAvailablePaymentMethods
|
||||
get /methods returns (GetAvailablePaymentMethodsResponse)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user