[hub] merge conflicts

This commit is contained in:
Prateeksha Singh
2018-08-27 15:16:19 +05:30
8 changed files with 118 additions and 188 deletions

View File

@@ -86,6 +86,10 @@ export default {
}
}
if (!route) {
return NotFound;
}
return route_map[route];
}
}