mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01:00
Adapt import callback route
This commit is contained in:
parent
6b1b85c6df
commit
9c0577821a
1 changed files with 1 additions and 3 deletions
|
@ -5,9 +5,7 @@ Rails.application.routes.draw do
|
||||||
get '/' => 'search#index', as: :search
|
get '/' => 'search#index', as: :search
|
||||||
end
|
end
|
||||||
|
|
||||||
scope '/a7d34068d8e22f75898ce838c0e59669bc047e46', :controller => :import do
|
post '/import' => 'import#new_papers_callback'
|
||||||
post :new_papers_callback
|
|
||||||
end
|
|
||||||
|
|
||||||
resource :session, only: [:create, :destroy]
|
resource :session, only: [:create, :destroy]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue