Commit 065c428a authored by Rémy Coutable's avatar Rémy Coutable

Add route for Import::GithubController#new

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent e9f132eb
...@@ -136,7 +136,7 @@ Rails.application.routes.draw do ...@@ -136,7 +136,7 @@ Rails.application.routes.draw do
# Import # Import
# #
namespace :import do namespace :import do
resource :github, only: [:create], controller: :github do resource :github, only: [:create, :new], controller: :github do
post :personal_access_token post :personal_access_token
get :status get :status
get :callback get :callback
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment