ichancef
ichancef
CDCloudflare Developers
Created by ichancef on 8/11/2023 in #general-help
Cloudflare doesn’t treat / as root?
app.get('/', (req, res) => {
res.redirect('/home');
});
app.get('/', (req, res) => {
res.redirect('/home');
});
3 replies