api: rename script to openapi.py

This commit is contained in:
Johannes Kirschbauer
2025-07-04 13:40:59 +02:00
parent 62c1db9769
commit ba0397242f
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
'';
};