Change port
This commit is contained in:
parent
088cedae9a
commit
47af8323cf
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
npm install -g openapi-typescript
|
||||
openapi-typescript http://localhost:3030/api.json --output frontend/sync-client/src/services/types.ts
|
||||
openapi-typescript http://localhost:3000/api.json --output frontend/sync-client/src/services/types.ts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue