mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
Revert "Show dedicated Notfound page for invalid routes (#2070)"
This reverts commit ae8f3ee346cb8a3acf6637f501f8e6b68456082c.
This commit is contained in:
@@ -36,10 +36,8 @@ import ChangesetShortLink from "./repos/components/changesets/ChangesetShortLink
|
||||
|
||||
import "./tokenExpired";
|
||||
import { ApiProvider } from "@scm-manager/ui-api";
|
||||
import NotFoundPage from "./containers/NotFoundPage";
|
||||
|
||||
binder.bind<extensionPoints.ChangesetDescriptionTokens>("changeset.description.tokens", ChangesetShortLink);
|
||||
binder.bind<extensionPoints.MainRoute>("main.route", NotFoundPage, { priority: -1 });
|
||||
|
||||
const root = document.getElementById("root");
|
||||
if (!root) {
|
||||
|
||||
Reference in New Issue
Block a user