Remover redirect da página inicial para agen.nitro-cloud
This commit is contained in:
@@ -112,7 +112,6 @@ app.use(express.json({
|
||||
verify: (req, res, buf) => { req.rawBody = buf || Buffer.alloc(0); },
|
||||
}));
|
||||
app.use('/hook', hookLimiter, verifyWebhookSignature, hookRouter);
|
||||
app.get('/', (req, res) => res.redirect('https://agen.nitro-cloud.duckdns.org/'));
|
||||
app.use(express.static(join(__dirname, 'public'), {
|
||||
etag: true,
|
||||
setHeaders(res, filePath) {
|
||||
|
||||
Reference in New Issue
Block a user