mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-24 22:56:26 -08:00
accidentally left comment in from old api
This commit is contained in:
parent
6b8d050fa5
commit
c51d8dab95
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue