mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
删除调试信息
This commit is contained in:
parent
14d7088e90
commit
ed568c40a4
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ async function Guoba(fastify, options) {
|
||||||
try {
|
try {
|
||||||
let { getAllWebAddress } = await import('../../../Guoba-Plugin/utils/common.js')
|
let { getAllWebAddress } = await import('../../../Guoba-Plugin/utils/common.js')
|
||||||
const { custom, local, remote } = await getAllWebAddress()
|
const { custom, local, remote } = await getAllWebAddress()
|
||||||
console.log(local[0])
|
|
||||||
if (local.length > 0) {
|
if (local.length > 0) {
|
||||||
const guobaOptions = {
|
const guobaOptions = {
|
||||||
method: body.post ? 'POST' : 'GET',
|
method: body.post ? 'POST' : 'GET',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue