examples/api-samples/samples/sample16.rb in groupdocs-1.8.0 vs examples/api-samples/samples/sample16.rb in groupdocs-1.8.1
- old
+ new
@@ -1,11 +1,11 @@
#GET request
-get '/sample-16-how-to-insert-assembly-questionary-into-webpage' do
+get '/sample-16-how-to-insert-Assembly-questionary-into-webpage' do
haml :sample16
end
#POST request
-post '/sample-16-how-to-insert-assembly-questionary-into-webpage' do
+post '/sample-16-how-to-insert-Assembly-questionary-into-webpage' do
#Set variables
set :client_id, params[:clientId]
set :private_key, params[:privateKey]
set :fileId, params[:fileId]
set :base_path, params[:basePath]
\ No newline at end of file