21 lines
380 B
Plaintext
Executable File
21 lines
380 B
Plaintext
Executable File
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: "localhost:8888"
|
|
)
|
|
|
|
import (
|
|
"common.api"
|
|
"ping.api"
|
|
"member.api"
|
|
)
|
|
|