generate exceptions in implementation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user