about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 4801db3..c911744 100644 --- a/config/routes.rb +++ b/config/routes.rb
@@ -1,2 +1,4 @@
1Pokeviewer::Engine.routes.draw do 1Pokeviewer::Engine.routes.draw do
2 post '/', to: 'uploader#submit'
3
2end 4end