Skip to content

Commit 631980a

Browse files
authored
📝 Removing deprecated manual client SDK step (#1494)
1 parent f178e58 commit 631980a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

frontend/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ But it would be only to clean them up, leaving them won't really have any effect
9191

9292
* Download the OpenAPI JSON file from `http://localhost/api/v1/openapi.json` and copy it to a new file `openapi.json` at the root of the `frontend` directory.
9393

94-
* To simplify the names in the generated frontend client code, modify the `openapi.json` file by running the following script:
95-
96-
```bash
97-
node modify-openapi-operationids.js
98-
```
99-
10094
* To generate the frontend client, run:
10195

10296
```bash

0 commit comments

Comments
 (0)