diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
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 @@ | |||
1 | Pokeviewer::Engine.routes.draw do | 1 | Pokeviewer::Engine.routes.draw do |
2 | post '/', to: 'uploader#submit' | ||
3 | |||
2 | end | 4 | end |