Remove _metadata and _module routes

See #185
This commit is contained in:
Michael Jackson
2019-05-18 21:43:48 -07:00
parent bc69d086f7
commit bade9a8d28
3 changed files with 2 additions and 36 deletions

View File

@ -2,8 +2,8 @@ import createSearch from '../utils/createSearch';
const knownQueryParams = {
main: true, // Deprecated, see #63
meta: true, // Deprecated
module: true // Deprecated
meta: true,
module: true
};
function isKnownQueryParam(param) {