mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
readd sessions_controller
This commit is contained in:
parent
652f3516ae
commit
16d6b7c389
2 changed files with 21 additions and 0 deletions
|
@ -3,6 +3,8 @@ Rails.application.routes.draw do
|
|||
|
||||
post '/import' => 'import#new_papers_callback'
|
||||
get '/' => 'search#index', as: :search
|
||||
|
||||
resource :session, only: [:create, :destroy]
|
||||
|
||||
# Example of regular route:
|
||||
# get 'products/:id' => 'catalog#view'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue