#1: Add an OpenAPI Spec File
Some checks failed
Quality Check / Check (push) Failing after 11s

This commit is contained in:
Snoweuph 2024-04-22 22:58:36 +02:00
parent a9f6e950fc
commit 9c94416a70
Signed by: Snoweuph
GPG key ID: A494330694B208EF

15
app/api.yaml Normal file
View file

@ -0,0 +1,15 @@
openapi: 3.0.3
info:
title: Api
version: 1.0.0
paths:
/test:
get:
summary: Lorem
description: Lorem Ipsum
responses:
200:
description: OK