generated from Luis/nextjs-python-web-template
consistent naming & strucutre
This commit is contained in:
@@ -2,8 +2,8 @@ const config = {
|
||||
petstore: {
|
||||
output: {
|
||||
mode: "tags-split",
|
||||
target: "api",
|
||||
schemas: "api/model",
|
||||
target: "src/api",
|
||||
schemas: "src/api/model",
|
||||
client: "swr",
|
||||
// mock: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user