Skip to content

Commit 02ab049

Browse files
committed
use GET for Hello
1 parent 0777798 commit 02ab049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MyApp/wwwroot/mjs/dtos.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ export class Hello {
577577
/** @type {string} */
578578
name;
579579
getTypeName() { return 'Hello' }
580-
getMethod() { return 'POST' }
580+
getMethod() { return 'GET' }
581581
createResponse() { return new Hello() }
582582
}
583583
export class PaymentsResponse {

0 commit comments

Comments
 (0)