mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
#1: initial version
This commit is contained in:
parent
495ccd3a3d
commit
f990c0ac06
4 changed files with 45 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
Rails.application.routes.draw do
|
||||
root :to => 'search#index', as: :search
|
||||
post '/import' => 'import#new_papers_callback'
|
||||
get '/glossary' => 'application#glossary', as: :glossary
|
||||
get '/impressum' => 'application#impressum', as: :impressum
|
||||
|
||||
# Example of regular route:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue