Skip to content

Commit

Permalink
refactor: ♻️ update validator endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Aug 29, 2024
1 parent 4161959 commit 099bf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cwl/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function getCWLFiles(context, owner, repoName) {
*/
export async function validateCWLFile(downloadUrl) {
try {
const response = await fetch("https://cwl.saso.one/validate", {
const response = await fetch("https://cwl-validate.codefair.io/validate", {
body: JSON.stringify({
file_path: downloadUrl,
}),
Expand Down

0 comments on commit 099bf89

Please sign in to comment.