From 7305de467e54dd2a367b70114a380f54ef2f97cc Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 28 Aug 2023 18:21:13 +0800 Subject: [PATCH] feat: add passport code --- config/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.ts b/config/index.ts index 3083877..df0247c 100644 --- a/config/index.ts +++ b/config/index.ts @@ -1,6 +1,6 @@ import type { AppInfo } from '@/types/app' -export const APP_ID = '3caee4a2-273e-4686-b53e-59b4aaee8006' -export const API_KEY = 'app-j0LqnaHykYouvz8PnYgldWcM' +export const APP_ID = '' +export const API_KEY = '' export const API_URL = '' export const APP_INFO: AppInfo = { title: 'Chat APP',