Skip to content

Commit

Permalink
Add path to post warning message (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Sep 26, 2024
1 parent 1eeab83 commit 51872e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/blueprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ export const createRequest = (

if (!methods.includes('POST')) {
// eslint-disable-next-line no-console
console.warn('POST method is missing')
console.warn(`POST method is missing for ${path}`)
}

const semanticMethod = getSemanticMethod(methods)
Expand Down

0 comments on commit 51872e4

Please sign in to comment.