diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 13:07:58 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 13:07:58 -0500 |
| commit | eb41f85dd46b4d224aa3f3bc2c05d577ac50625f (patch) | |
| tree | 4b4ec2158bfbcbddf3b2f0095604888eca18005c /config | |
| parent | 9681897e9ace534c4559fa9be20aa86af1a42e13 (diff) | |
| download | thoughts-eb41f85dd46b4d224aa3f3bc2c05d577ac50625f.tar.gz thoughts-eb41f85dd46b4d224aa3f3bc2c05d577ac50625f.tar.bz2 thoughts-eb41f85dd46b4d224aa3f3bc2c05d577ac50625f.zip | |
Unmount Pokeviewer engine
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 0 insertions, 2 deletions
| diff --git a/config/routes.rb b/config/routes.rb index 3fffa35..6f7b7de 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -81,6 +81,4 @@ Rails.application.routes.draw do | |||
| 81 | post 'downvote' | 81 | post 'downvote' |
| 82 | end | 82 | end |
| 83 | end | 83 | end |
| 84 | |||
| 85 | mount Pokeviewer::Engine => '/poke3' | ||
| 86 | end | 84 | end |
