feat: agent node
This commit is contained in:
@@ -20,6 +20,10 @@ export default defineConfig({
|
||||
target: 'http://localhost:8080',
|
||||
changeOrigin: true,
|
||||
},
|
||||
'/api/agent': {
|
||||
target: 'http://localhost:8080',
|
||||
changeOrigin: true,
|
||||
},
|
||||
// Kroki diagram service
|
||||
'/api/kroki': {
|
||||
target: 'https://kroki.io',
|
||||
|
||||
Reference in New Issue
Block a user