2 lines
162 B
Bash
2 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
|