We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7dcfb commit ea3c089Copy full SHA for ea3c089
src/frontend/scripts/openapi-typescript-codegen/generate_api_client_local.sh
@@ -1,2 +1,3 @@
1
#!/usr/bin/env bash
2
-openapi --input http://localhost:8071/v1.0/swagger/?format=openapi --output js/api/joanie/gen --indent='2' --name ApiClientJoanie
+openapi --input http://localhost:8071/v1.0/swagger.json --output js/api/joanie/gen --indent='2' --name ApiClientJoanie
3
+# openapi --input https://dev-nico-joanie.kernicpanel.net/v1.0/swagger.json --output js/api/joanie/gen --indent='2' --name ApiClientJoanie
0 commit comments