forked from tuvn86/webapp-conversation
Update index.ts
add API_URL
This commit is contained in:
parent
87a063c354
commit
c4f6cdb7ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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": '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue