Fix Restful React generation missing /api/v1 (#348)

This commit is contained in:
Tan Nhu 2023-08-23 18:54:02 +00:00 committed by Harness
parent 9cd7677efa
commit ae06520dad
2 changed files with 236 additions and 203 deletions

View File

@ -10,7 +10,7 @@ module.exports = {
file: 'src/services/code/swagger.yaml', file: 'src/services/code/swagger.yaml',
customImport: `import { getConfig } from "../config";`, customImport: `import { getConfig } from "../config";`,
customProps: { customProps: {
base: `{getConfig("code")}` base: `{getConfig("code/api/v1")}`
} }
} }
} }

File diff suppressed because it is too large Load Diff