API: Rename image-builder to imageBuilder for consistency
This commit is contained in:
parent
834c9d8333
commit
217796d016
3 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import type { ConfigFile } from '@rtk-query/codegen-openapi'
|
||||
|
||||
const config: ConfigFile = {
|
||||
schemaFile: '../schema/image-builder.json',
|
||||
schemaFile: '../schema/imageBuilder.json',
|
||||
apiFile: '../../src/store/emptyImageBuilderApi.ts',
|
||||
apiImport: 'emptyImageBuilderApi',
|
||||
outputFile: '../../src/store/imageBuilderApi.ts',
|
||||
Loading…
Add table
Add a link
Reference in a new issue