ui: proxy to 127.0.0.1

This commit is contained in:
Joost Jager 2023-03-22 16:00:14 +01:00
parent 2c5a3da6d7
commit dbe18dd09c
No known key found for this signature in database
GPG key ID: B9A26449A5528325

View file

@ -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 [];