Skip to content

Commit

Permalink
use GET for Hello
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Dec 10, 2024
1 parent 0777798 commit 02ab049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/wwwroot/mjs/dtos.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ export class Hello {
/** @type {string} */
name;
getTypeName() { return 'Hello' }
getMethod() { return 'POST' }
getMethod() { return 'GET' }
createResponse() { return new Hello() }
}
export class PaymentsResponse {
Expand Down

0 comments on commit 02ab049

Please sign in to comment.