3 lines
162 B
Bash
3 lines
162 B
Bash
|
|
# Makes a request to localhost:8000/openapi.json and saves the result in ./src/lib/openapi.json
|
||
|
|
curl -o ./src/lib/openapi.json http://localhost:8000/openapi.json
|