add customer and providers
This commit is contained in:
@@ -8,9 +8,21 @@ export default defineNuxtConfig({
|
||||
openFetch: {
|
||||
clients: {
|
||||
customer: {
|
||||
baseURL: 'http://localhost:4000/api/customers',
|
||||
baseURL: 'http://localhost:4000/api/v1',
|
||||
schema: 'http://localhost:4000/api/openapi'
|
||||
}
|
||||
},
|
||||
policy: {
|
||||
baseURL: 'http://localhost:4001/api/v1',
|
||||
schema: 'http://localhost:4001/api/openapi'
|
||||
},
|
||||
providers: {
|
||||
baseURL: 'http://localhost:4002/api/v1',
|
||||
schema: 'http://localhost:4002/api/openapi'
|
||||
},
|
||||
tasks: {
|
||||
baseURL: 'http://localhost:8080/api/v1',
|
||||
schema: 'http://localhost:8080/openapi3.json'
|
||||
},
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user