mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
feat: Delete invalid code
This commit is contained in:
@@ -103,15 +103,6 @@ export async function callConsoleGateway(
|
||||
};
|
||||
if (token) headers.Authorization = `Bearer ${token}`;
|
||||
|
||||
console.log({
|
||||
gatewayBase,
|
||||
action,
|
||||
api,
|
||||
effectiveRegion,
|
||||
effectiveSite,
|
||||
effectiveSwitchAgent,
|
||||
});
|
||||
|
||||
const res = await fetch(
|
||||
`${gatewayBase}/cli/api.json?action=${action}&product=${GATEWAY_PRODUCT}&api=${encodeURIComponent(api)}`,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user