From 8fd43216598bc74b3dea2188ff7262081999de33 Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Tue, 9 Jun 2015 16:26:50 +0300 Subject: Lint implementation --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 7ad8220..bc77ee8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,6 +5,8 @@ Rails.application.routes.draw do API::API.logger Rails.logger mount API::API => '/api' + resource :lint, only: [:show, :create] + resource :help do get :oauth2 end -- cgit v1.2.1