style: rename openapi.yaml

This commit is contained in:
2025-05-13 18:01:54 -04:00
parent 0cb262524c
commit ca313960c4
2 changed files with 1 additions and 1 deletions

18
openapi.yaml Normal file
View File

@ -0,0 +1,18 @@
openapi: 3.1.0
servers:
- url: /grpc
info:
title: Trevstack API
version: 1.0.0
description: API for trevstack
contact:
name: Trev
email: spam@trev.xyz
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer
bearerFormat: JWT
security:
- bearerAuth: []