Ticket form: new stack + description step
This commit is contained in:
@@ -8,11 +8,11 @@ export default defineConfig({
|
||||
port: 3000,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://host.docker.internal:8100',
|
||||
target: 'http://host.docker.internal:8200',
|
||||
changeOrigin: true
|
||||
},
|
||||
'/events': {
|
||||
target: 'http://host.docker.internal:8100',
|
||||
target: 'http://host.docker.internal:8200',
|
||||
changeOrigin: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user