From b89f00318c02ca30e3fa8444cef194b6cd1a2c3d Mon Sep 17 00:00:00 2001 From: Ground0 Date: Wed, 29 Mar 2023 20:03:17 +0200 Subject: [PATCH] Remove the post_test handler --- server_example_function.pbi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_example_function.pbi b/server_example_function.pbi index cdc1adc..e21a4dc 100644 --- a/server_example_function.pbi +++ b/server_example_function.pbi @@ -102,6 +102,6 @@ EndProcedure lhs_web::register_client_handler("/server/show_client_headers", @Sample_Header(),lhs_web::#handler_proto_get, lhs_web::#handler_sub) -lhs_web::register_client_handler("/post_test", @Formular_Test(),lhs_web::#handler_proto_post, lhs_web::#handler_sub) ;Im zusammenspiel mit einem Formular +;lhs_web::register_client_handler("/post_test", @Formular_Test(),lhs_web::#handler_proto_post, lhs_web::#handler_sub) ;Im zusammenspiel mit einem Formular lhs_web::register_client_handler("php", @Php_Test(),lhs_web::#handler_proto_universal, lhs_web::#handler_type)