Files
webhook-everything/backend/docs/swagger.yaml
Samuel Pua c9ba5c4312
All checks were successful
Webhook-Everything/Webhook-Everything/pipeline/head This commit looks good
Fix(chat-id): Handling unregistered chat ID
2025-12-01 02:24:59 +08:00

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"