tools/server/cpee in cpee-2.1.17 vs tools/server/cpee in cpee-2.1.19

- old
+ new

@@ -2,10 +2,10 @@ require 'rubygems' require 'cpee/implementation' Riddl::Server.new(CPEE::SERVER, :host => 'localhost', :port => 8298) do |opts| opts[:instances] = File.join(__dir__,'instances') - opts[:executionhandlers = File.join(__dir__,'executionhandlers') + opts[:executionhandlers] = File.join(__dir__,'executionhandlers') opts[:notifications_init] = File.join(__dir__,'resources','notifications') opts[:properties_init] = File.join(__dir__,'resources','properties.init') accessible_description true cross_site_xhr true