api: rename script to openapi.py

This commit is contained in:
Johannes Kirschbauer
2025-07-04 13:40:59 +02:00
parent 38b8722e2e
commit 12a77da0ae
2 changed files with 1 additions and 1 deletions

View File

@@ -110,7 +110,7 @@
installPhase = ''
export INPUT_PATH=${self'.packages.clan-ts-api}/API.json
python open_api.py
python openapi.py
cp openapi.json $out
'';
};