mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-25 07:06:25 -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',
|
router.get('/css',
|
||||||
requiresAccount,
|
requiresAccount,
|
||||||
(req, res) => {
|
(req, res) => {
|
||||||
|
|
Loading…
Reference in a new issue