fix mbtiles source
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user