mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-07 15:22:26 +08:00
23 lines
394 B
YAML
23 lines
394 B
YAML
info:
|
|
contact: {}
|
|
description: This is a backup server.
|
|
title: backup API
|
|
version: "1.0"
|
|
paths:
|
|
/ping:
|
|
get:
|
|
consumes:
|
|
- application/json
|
|
description: ping
|
|
produces:
|
|
- application/json
|
|
responses:
|
|
"200":
|
|
description: it's ok
|
|
schema:
|
|
type: string
|
|
summary: ping
|
|
tags:
|
|
- ping
|
|
swagger: "2.0"
|