This commit is contained in:
Tykayn 2025-10-04 11:25:29 +02:00 committed by tykayn
parent 34f233ab60
commit 69edc5201b
6 changed files with 129 additions and 1 deletions

8
devops/openapi.json Normal file
View file

@ -0,0 +1,8 @@
{
"openapi": "3.0.3",
"info": {
"title": "Streamlit API",
"version": "0.1.0"
},
"paths": {}
}