Initial commit

This commit is contained in:
KamilM1205 2025-09-16 13:26:27 +04:00
commit c0cb826917
63 changed files with 2069 additions and 0 deletions

19
docs/swagger.yaml Normal file
View file

@ -0,0 +1,19 @@
basePath: /api/v1
host: localhost:8080
info:
contact:
email: support@swagger.io
name: API Support
url: http://www.swagger.io/support
description: 58team blog's backend
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: http://swagger.io/terms/
title: 58team blog backend
version: "1.0"
paths: {}
securityDefinitions:
BasicAuth:
type: basic
swagger: "2.0"