We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a77cb4 + 5cd8333 commit 059e91fCopy full SHA for 059e91f
src/routers/evm/index.ts
@@ -5,5 +5,5 @@ import { EnvVars } from '../../config';
5
export const evmRouter = Router();
6
7
evmRouter.use(async (req, res) => {
8
- res.redirect(`${EnvVars.EVM_API_URL}/api${req.url}`);
+ res.redirect(307, `${EnvVars.EVM_API_URL}/api${req.url}`);
9
});
0 commit comments