fix: put back orig string

Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
Andrew Calcutt 2024-01-22 02:30:16 -05:00
parent d5dba53acb
commit 38f667e7ee

View file

@ -22,7 +22,7 @@ export const serve_data = {
const app = express().disable('x-powered-by');
app.get(
'/:id/(:tileSize(256|512)/)?:z(\\d+)/:x(\\d+)/:y(\\d+).:format([\\w.]+)',
'/:id/:z(\\d+)/:x(\\d+)/:y(\\d+).:format([\\w.]+)',
async (req, res, next) => {
const item = repo[req.params.id];
if (!item) {