Remove docs catch-all endpoint

This commit is contained in:
Fabio Berger 2018-08-23 15:08:12 +01:00
parent 610caef73f
commit ae154f43df

View File

@ -151,7 +151,6 @@ render(
component={LazySolCompilerDocumentation}
/>
<Route path={WebsiteLegacyPaths.Jobs} component={Jobs as any} />
<Route path={`${WebsitePaths.Docs}`} component={LazyZeroExJSDocumentation} />
<Route component={NotFound as any} />
</Switch>
</div>