generate exceptions in implementation

This commit is contained in:
2021-12-02 11:59:10 +01:00
parent fe9c431999
commit c9e54aebc8
7 changed files with 68 additions and 9 deletions

View File

@ -62,6 +62,11 @@ fi
# PACKAGE_NAME will be loaded here
. ENV
if [ -f ENV.database ]; then
echo "database environment loaded"
. ENV.database
fi
if [ "$STAGE1" = "1" ]; then
echo "generate endpoint code from openapi.yaml"
python3.10 generate.py