fix mbtiles source

This commit is contained in:
Ivan Vazhenin
2023-10-05 19:58:58 +03:00
parent 5767fff19d
commit 84930b82ca
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ export const serve_data = {
},
);
app.get('/:id/:t(\\d+)/:z(\\d+)/:x(\\d+)/:y(\\d+).:format([\\w.]+)', (req, res, next) => {
app.get('/:id/:t(\\d+)/:z(\\ d+)/:x(\\d+)/:y(\\d+).:format([\\w.]+)', (req, res, next) => {
const item = repo[req.params.id];
if (!item) {
return res.sendStatus(404);