empty pathname match to board

This commit is contained in:
nklhrstv 2020-04-07 17:54:21 +03:00
parent 0a508b4653
commit ab9df74ff0

View file

@ -4,7 +4,7 @@ const routesRegexp = {
urlParamsNames: []
},
board: {
regexp: /^\/$/,
regexp: /^\/?$/,
urlParamsNames: []
},
discover: {