create booking
This commit is contained in:
5
admin/generate.openapi.client.sh
Normal file
5
admin/generate.openapi.client.sh
Normal file
@@ -0,0 +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
|
||||
Reference in New Issue
Block a user