21 lines
380 B
Plaintext
21 lines
380 B
Plaintext
|
syntax = "v1"
|
||
|
|
||
|
info (
|
||
|
title: "Digimon Platform API Gateway"
|
||
|
description: "This is Digimon Platform "
|
||
|
version: "v1"
|
||
|
contactName: "Daniel Wang"
|
||
|
contactEmail: "igs170911@gmail.com"
|
||
|
consumes: "application/json"
|
||
|
produces: "application/json"
|
||
|
schemes: "http,https"
|
||
|
host: "127.0.0.1:8888"
|
||
|
)
|
||
|
|
||
|
import (
|
||
|
"common.api"
|
||
|
"ping.api"
|
||
|
"member.api"
|
||
|
)
|
||
|
|