Skip to content

Commit 73b1c37

Browse files
authored
Update downporting.md
1 parent 188199f commit 73b1c37

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/advanced/downporting.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ CLASS z2ui5_cl_launchpad_handler IMPLEMENTATION.
2424
2525
METHOD if_http_extension~handle_request.
2626
27-
DATA lo_handler type ref to z2ui5_cl_http_handler.
28-
lo_handler = z2ui5_cl_http_handler=>factory( server ).
29-
lo_handler->main( ).
27+
z2ui5_cl_http_handler=>run( server ).
3028
3129
ENDMETHOD.
3230

0 commit comments

Comments
 (0)