We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e36c90 commit 32d9245Copy full SHA for 32d9245
src/zabap2ui5.prog.abap
@@ -13,7 +13,7 @@ CLASS zcl_abap2ui5_standalone IMPLEMENTATION.
13
14
METHOD if_http_extension~handle_request.
15
16
- z2ui5_cl_http_handler=>factory( server )->main( ).
+ z2ui5_cl_http_handler=>run( server ).
17
18
ENDMETHOD.
19
0 commit comments