mirror of
https://github.com/lightningequipment/circuitbreaker.git
synced 2026-08-13 12:33:02 +02:00
ui: proxy to 127.0.0.1
This commit is contained in:
parent
2c5a3da6d7
commit
dbe18dd09c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ module.exports = {
|
|||
return [
|
||||
{
|
||||
source: '/api/:path*',
|
||||
destination: 'http://localhost:9235/api/:path*',
|
||||
destination: 'http://127.0.0.1:9235/api/:path*',
|
||||
},
|
||||
];
|
||||
else return [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue