Skip to content

Commit

Permalink
fix(portal): remove deprecated pages
Browse files Browse the repository at this point in the history
  • Loading branch information
james-tran-3005 committed Dec 17, 2024
1 parent b99ff8f commit 2d1c69b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 326 deletions.
2 changes: 1 addition & 1 deletion kraken-app/kraken-app-portal/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_BASE_API="https://kraken-portal-cn.dev.consolecore.cc/api"
VITE_BASE_API=http://localhost:8001

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions kraken-app/kraken-app-portal/src/router/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import AuthLayout from "@/components/Layout/AuthLayout";
import BasicLayout from "@/components/Layout/BasicLayout";
import APIServerEditSelection from "@/pages/APIServerEditSelection";
import APIServerList from "@/pages/APIServerList";
import AuditLog from "@/pages/AuditLog";
import Buyer from "@/pages/Buyer";
Expand Down Expand Up @@ -55,10 +54,6 @@ const router = createBrowserRouter([
path: "edit/:componentId",
children: [
{ path: "", element: <NewAPIServer /> },
{
path: "api",
element: <APIServerEditSelection />,
},
],
},
],
Expand Down

0 comments on commit 2d1c69b

Please sign in to comment.