mirror of
https://github.com/diced/zipline.git
synced 2025-12-05 20:40:12 -08:00
fix: remove log
This commit is contained in:
@@ -134,7 +134,6 @@ async function main() {
|
||||
}
|
||||
|
||||
server.get<{ Params: { id: string } }>('/r/:id', async (req, res) => {
|
||||
console.log('redirecting /r/:id to /raw/:id');
|
||||
return res.redirect('/raw/' + req.params.id, 301);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user