Skip to content

Commit

Permalink
fix: correct to services/apexrest
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Feb 7, 2025
1 parent 43cac02 commit 23e3c23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ export class PropertyCorrectionStep implements ProcessorStep {
}

private ensureServersIsPresent(yaml: OpenAPIV3.Document<{}>): OpenAPIV3.Document<{}> {
return { ...yaml, ...{ servers: [{ url: '/servers/apexrest' }] } };
return { ...yaml, ...{ servers: [{ url: '/services/apexrest' }] } };
}
}

0 comments on commit 23e3c23

Please sign in to comment.