Skip to content

Commit ce0b552

Browse files
committed
Update agent-validation.ts
1 parent 7429857 commit ce0b552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-app/src/utils/agent-validation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export async function validateAgentDefinitionsIfAuthenticated(
2121
}
2222

2323
const response = await fetch(`${websiteUrl}/api/agents/validate`, {
24-
method: 'POST',
24+
method: 'GET',
2525
headers,
2626
body: JSON.stringify({ agentDefinitions }),
2727
})

0 commit comments

Comments
 (0)