Open bjacobt opened 8 years ago
There is a bug in Express JS 4.x with wildcard routes ( https://github.com/expressjs/express/issues/2495) which renders zipBackup download not to work.
This fix moves GET /object/*/ after GET '/object/*/zipBackup/.
GET /object/*/
GET '/object/*/zipBackup/
There is a bug in Express JS 4.x with wildcard routes ( https://github.com/expressjs/express/issues/2495) which renders zipBackup download not to work.
This fix moves
GET /object/*/
afterGET '/object/*/zipBackup/
.