This commit is contained in:
@@ -8,20 +8,20 @@ export default defineNuxtConfig({
|
||||
openFetch: {
|
||||
clients: {
|
||||
customer: {
|
||||
baseURL: 'http://localhost:4000/api/v1',
|
||||
schema: 'http://localhost:4000/api/openapi'
|
||||
baseURL: 'https://dev.api.corredorconect.com/customer/api/v1',
|
||||
schema: 'https://dev.api.corredorconect.com/customer/api/openapi'
|
||||
},
|
||||
policy: {
|
||||
baseURL: 'http://localhost:4001/api/v1',
|
||||
schema: 'http://localhost:4001/api/openapi'
|
||||
baseURL: 'https://dev.api.corredorconect.com/policy/api/v1',
|
||||
schema: 'https://dev.api.corredorconect.com/policy/api/openapi'
|
||||
},
|
||||
providers: {
|
||||
baseURL: 'http://localhost:4002/api/v1',
|
||||
schema: 'http://localhost:4002/api/openapi'
|
||||
baseURL: 'https://dev.api.corredorconect.com/provider/api/v1',
|
||||
schema: 'https://dev.api.corredorconect.com/provider/api/openapi'
|
||||
},
|
||||
tasks: {
|
||||
baseURL: 'http://localhost:8080/api/v1',
|
||||
schema: 'http://localhost:8080/openapi3.json'
|
||||
workload: {
|
||||
baseURL: 'https://dev.api.corredorconect.com/workload/api/v1',
|
||||
schema: 'https://dev.api.corredorconect.com/workload/api/openapi'
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user