From c4f6cdb7aeea479adc5f4f3ec2251181fe2a6aed Mon Sep 17 00:00:00 2001 From: LiangGuoqian <996231888@qq.com> Date: Thu, 18 May 2023 09:57:37 +0800 Subject: [PATCH] Update index.ts add API_URL --- config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.ts b/config/index.ts index 0f5d368..30fd79e 100644 --- a/config/index.ts +++ b/config/index.ts @@ -1,7 +1,7 @@ import { AppInfo } from "@/types/app" export const APP_ID = '' export const API_KEY = '' - +export const API_URL = '' export const APP_INFO: AppInfo = { "title": 'Chat APP', "description": '',