first commit
This commit is contained in:
commit
62506c830a
1207 changed files with 40706 additions and 0 deletions
7
openapi-ts.config.ts
Normal file
7
openapi-ts.config.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from '@hey-api/openapi-ts';
|
||||
|
||||
export default defineConfig({
|
||||
input: 'http://127.0.0.1:5002/v1/openapi.json',
|
||||
output: 'src/app/openapi',
|
||||
client: 'angular',
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue