Skip to content

Commit 1436a09

Browse files
authored
Update z2ui5_cl_abap2ui5_standalone.clas.abap
1 parent 2cff1cc commit 1436a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_abap2ui5_standalone.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CLASS z2ui5_cl_abap2ui5_standalone IMPLEMENTATION.
1515

1616
METHOD if_http_extension~handle_request.
1717

18-
z2ui5_cl_http_handler=>factory( server )->main( ).
18+
z2ui5_cl_http_handler=>run( server ).
1919

2020
ENDMETHOD.
2121

0 commit comments

Comments
 (0)