mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 21:56:38 +08:00
add log
This commit is contained in:
parent
5e002548d2
commit
e8a7ffe107
@ -350,6 +350,8 @@ export function getHeaders(ignoreHeaders: boolean = false) {
|
||||
);
|
||||
}
|
||||
|
||||
console.log("[Headers] appConfig.omeToken", appConfig.omeToken);
|
||||
|
||||
headers["OME-METIS-Authorization"] = appConfig.omeToken || "";
|
||||
|
||||
return headers;
|
||||
|
Loading…
Reference in New Issue
Block a user