16 lines
191 B
Plaintext
16 lines
191 B
Plaintext
syntax = "v1"
|
|
|
|
info (
|
|
title: "common API"
|
|
desc: "API for ppanel"
|
|
author: "Tension"
|
|
email: "tension@ppanel.com"
|
|
version: "0.0.1"
|
|
)
|
|
|
|
import (
|
|
"./common.api"
|
|
"./auth/auth.api"
|
|
)
|
|
|