From e67618f0f29f16e76564e56820618e927e96d314 Mon Sep 17 00:00:00 2001 From: "G. Gibson" Date: Sun, 30 Mar 2025 11:20:27 -0700 Subject: [PATCH] bug fix www 304 --- Services/www/www.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/www/www.rb b/Services/www/www.rb index f60c734..0a3d2a9 100644 --- a/Services/www/www.rb +++ b/Services/www/www.rb @@ -301,7 +301,7 @@ www_service.on(:publish_route, {:description => "Publish Route", :usage => "{ :p # Code Usage: # ::GxG::SERVICES[:core].publish_route(:get,"/",{}) do |the_method,the_request,the_session| # end - Node0.publish_route(data[:http_method], data[:path], data[:options, &data[:code]) + Node0.publish_route(data[:http_method], data[:path], data[:options, &data[:code]]) # {:result => true} end