mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 10:16:31 +08:00
fix url
This commit is contained in:
@@ -2,7 +2,7 @@ import { getClientConfig } from "../config/client";
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SAAS_CHAT_URL } from "@/app/constant";
|
||||
|
||||
const SAAS_CHAT_URL_WITH_PARAM = `${SAAS_CHAT_URL}?data=title`;
|
||||
const SAAS_CHAT_URL_WITH_PARAM = `${SAAS_CHAT_URL}?data=chat`;
|
||||
const isApp = !!getClientConfig()?.isApp;
|
||||
|
||||
const cn = {
|
||||
|
Reference in New Issue
Block a user