basic booking load behavior
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "workdir ${pwd}"
|
||||
wget -O ./openapi/api.json localhost:4200/api-json
|
||||
npx ng-openapi -i ./openapi/api.json -o ./src/api
|
||||
wget -O ./openapi/api.json localhost:3000/api-json
|
||||
npx ng-openapi -c ./openapitools.json -i ./openapi/api.json -o ./src/api
|
||||
|
||||
Reference in New Issue
Block a user