21 lines
412 B
Plaintext
21 lines
412 B
Plaintext
syntax = "v1"
|
|
|
|
info (
|
|
title: "Portal-Api-Gateway (PGW)"
|
|
desc: "Digimon web portal API gateway"
|
|
author: "daniel Wang"
|
|
email: "igs170911@gmail.com"
|
|
version: "0.0.1"
|
|
host: "127.0.0.1:8888"
|
|
schemes: "http,https"
|
|
consumes: "application/json"
|
|
produces: "application/json"
|
|
useDefinitions: true
|
|
)
|
|
|
|
import (
|
|
"common.api"
|
|
"normal.api"
|
|
)
|
|
|