frontend/orval.config.ts
2025-10-21 20:49:47 -03:00

21 lines
427 B
TypeScript

module.exports = {
"magamochi-file": {
input: {
target: "http://localhost:8080/api-docs",
},
output: {
target: "api/mangamochi.ts",
client: "react-query",
httpClient: "axios",
baseUrl: "http://192.168.1.142:8080",
urlEncodeParameters: true,
override: {
mutator: {
path: "api/api.ts",
name: "customInstance",
},
},
},
},
};