regenerate openapi spec

This commit is contained in:
Xi Yan 2024-09-18 19:28:05 -07:00
parent 9f1be108ce
commit f3f5873e9e
3 changed files with 46 additions and 32 deletions

View file

@ -28,4 +28,4 @@ if [ ${#missing_packages[@]} -ne 0 ]; then
exit 1
fi
PYTHONPATH=$PYTHONPATH:../.. python -m rfcs.openapi_generator.generate $*
PYTHONPATH=$PYTHONPATH:../.. python -m docs.openapi_generator.generate $*