fix(api): standardize formatting and add missing newlines in API files
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
syntax = "v1"
|
||||
|
||||
info(
|
||||
title: "Tools Api"
|
||||
info (
|
||||
title: "Tools Api"
|
||||
desc: "API for ppanel"
|
||||
author: "Tension"
|
||||
email: "tension@ppanel.com"
|
||||
@@ -21,7 +21,6 @@ type (
|
||||
group: admin/tool
|
||||
middleware: AuthMiddleware
|
||||
)
|
||||
|
||||
service ppanel {
|
||||
@doc "Get System Log"
|
||||
@handler GetSystemLog
|
||||
@@ -30,4 +29,5 @@ service ppanel {
|
||||
@doc "Restart System"
|
||||
@handler RestartSystem
|
||||
get /restart
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user