mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 13:36:25 -08:00
/cpt
This commit is contained in:
parent
e9c68d0280
commit
27791fc7e5
|
@ -269,9 +269,11 @@ app.get("/server",(req,res) => {
|
|||
})
|
||||
|
||||
app.get("/file/:fileId",fgRQH)
|
||||
app.get("/cpt/:fileId/*",fgRQH)
|
||||
app.get("/:fileId",fgRQH)
|
||||
|
||||
app.head("/file/:fileId",fgwh)
|
||||
app.head("/cpt/:fileId/*",fgwh)
|
||||
app.head("/:fileId",fgwh)
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue