We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6980ed commit 53d81edCopy full SHA for 53d81ed
web/backend/src/Server.ts
@@ -72,7 +72,7 @@ app.use(express.urlencoded({ extended: true }));
72
// This endpoint allows anyone to get a "default" proxy. Clients can still use
73
// the proxy of their choice thought.
74
app.get('/api/config/proxy', (req, res) => {
75
- res.status(200).send(process.env.FRONT_END_URL);
+ res.status(200).send(process.env.DELA_NODE_URL);
76
});
77
78
const usersDB = lmdb.open<'admin' | 'operator', number>({
0 commit comments