do not munge hash keys in client-provided request. fixes #1516
[arvados.git] / services / api / app / controllers / static_controller.rb
1 class StaticController < ApplicationController
2
3   skip_before_filter :find_object_by_uuid
4   skip_before_filter :require_auth_scope_all, :only => :home
5
6   def home
7     render 'intro'
8   end
9
10 end