Add comments
This commit is contained in:
@@ -41,7 +41,9 @@ module.exports = class TileLayergroupController {
|
||||
}
|
||||
|
||||
register (mapRouter) {
|
||||
// REGEXP matches with positive and negative numnbers
|
||||
const number = () => `(-?\\d+)`;
|
||||
// REGEXP doesn't match with `val`
|
||||
const not = (val) => `(?!${val})([^\/]+?)`;
|
||||
|
||||
mapRouter.get(
|
||||
|
||||
Reference in New Issue
Block a user