accidentally left comment in from old api

This commit is contained in:
linkability 2023-10-05 02:26:23 +01:00
parent 6b8d050fa5
commit c51d8dab95
No known key found for this signature in database

View file

@ -50,12 +50,6 @@ module.exports = function(files: Files) {
}
)
// authRoutes.get("/customCSS", (req,res) => {
// let acc = res.locals.acc
// if (acc?.customCSS) res.redirect(`/file/${acc.customCSS}`)
// else res.send("")
// })
router.get('/css',
requiresAccount,
(req, res) => {