From 1645bae7f7f0604ae420c42932922be0c24b38e0 Mon Sep 17 00:00:00 2001 From: xjh22222228 Date: Sat, 16 Jan 2021 17:18:26 +0800 Subject: [PATCH] fix: db path --- src/constants/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/index.ts b/src/constants/index.ts index 2be25e2..fbb4663 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -2,6 +2,6 @@ export const VERIFY_PATH = 'README.md' -export const DB_PATH = 'README.md' +export const DB_PATH = 'nav.verify.txt' -export const VERSION = '5.0.0-beta.0' +export const VERSION = 'data/db.json' -- GitLab