Minor changes
This commit is contained in:
parent
8460d0b535
commit
f6bac403a2
src/utilities
@ -79,7 +79,7 @@ async function addHttpRoutes(app: Application) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Return the array
|
// Return the array
|
||||||
res.json(tiles)
|
res.json(assets)
|
||||||
})
|
})
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -114,7 +114,7 @@ async function addHttpRoutes(app: Application) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Return the array
|
// Return the array
|
||||||
res.json(tiles)
|
res.json(assets)
|
||||||
})
|
})
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user