From 1b14c9d66bd5bfa6f2a2980ab0469258bf2e2eda Mon Sep 17 00:00:00 2001 From: decolua Date: Mon, 2 Feb 2026 18:07:41 +0700 Subject: [PATCH] Update database file path in ProfilePage component --- PR | 1 + src/app/(dashboard)/dashboard/profile/page.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 160000 PR diff --git a/PR b/PR new file mode 160000 index 0000000..35a1cb2 --- /dev/null +++ b/PR @@ -0,0 +1 @@ +Subproject commit 35a1cb24e7b71503b7f8f896674a7ff878e239e2 diff --git a/src/app/(dashboard)/dashboard/profile/page.js b/src/app/(dashboard)/dashboard/profile/page.js index 3abf5f1..9acdbf8 100644 --- a/src/app/(dashboard)/dashboard/profile/page.js +++ b/src/app/(dashboard)/dashboard/profile/page.js @@ -111,7 +111,7 @@ export default function ProfilePage() {

- All data is stored locally in the data/db.json file. + All data is stored locally in the ~/.9router/db.json file.

@@ -283,7 +283,7 @@ export default function ProfilePage() {

Database Location

-

~/9router/data/db.json

+

~/.9router/db.json