Skip to content

Commit

Permalink
feat(server): add statistics controller
Browse files Browse the repository at this point in the history
  • Loading branch information
shaojunda committed Jun 3, 2019
1 parent 8886905 commit 9662f70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions server/app/controllers/api/v1/statistics_controller.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module Api
module V1
class StatisticsController < ApplicationController
def index

end
end
end
end
1 change: 1 addition & 0 deletions server/config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
resources :cell_output_type_scripts, only: :show
resources :cell_output_data, only: :show
resources :suggest_queries, only: :index
resources :statistics, only: :index
end
end
end

0 comments on commit 9662f70

Please sign in to comment.