Init empty project

This commit is contained in:
2024-02-27 13:07:48 +01:00
commit e39c38ced5
17 changed files with 635 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
openapi: "3.0.3"
info:
title: "event_demo API"
description: "event_demo API"
version: "1.0.0"
servers:
- url: "https://event_demo"
paths: {}