All checks were successful
Webhook-Everything/Webhook-Everything/pipeline/head This commit looks good
30 lines
588 B
YAML
30 lines
588 B
YAML
basePath: /
|
|
info:
|
|
contact:
|
|
name: Samuel Pua
|
|
url: https://git.samuelpua.com/telboon
|
|
description: API for frontend - built on Go-chi
|
|
title: Eyes of Twitterverse API
|
|
version: "1.0"
|
|
paths:
|
|
/:
|
|
get:
|
|
consumes:
|
|
- application/json
|
|
description: Description
|
|
produces:
|
|
- application/json
|
|
responses:
|
|
"200":
|
|
description: OK
|
|
schema:
|
|
type: string
|
|
"404":
|
|
description: Not Found
|
|
schema:
|
|
type: string
|
|
summary: This is test
|
|
tags:
|
|
- Base
|
|
swagger: "2.0"
|