diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-30 15:34:44 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-30 15:34:44 -0500 |
commit | 2b50dae2681e2f3756f43643259122c634a352fa (patch) | |
tree | 91304d803904a091837e3dca6daa75dd2574cca6 /config/routes.rb | |
parent | a4354788674b1d4d35d66b49c7953454b9f10a71 (diff) | |
download | thoughts-2b50dae2681e2f3756f43643259122c634a352fa.tar.gz thoughts-2b50dae2681e2f3756f43643259122c634a352fa.tar.bz2 thoughts-2b50dae2681e2f3756f43643259122c634a352fa.zip |
Unmount Wittle engine
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 89520c0..42158c9 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
@@ -82,5 +82,4 @@ Rails.application.routes.draw do | |||
82 | end | 82 | end |
83 | 83 | ||
84 | mount Pokeviewer::Engine => '/poke3' | 84 | mount Pokeviewer::Engine => '/poke3' |
85 | mount Wittle::Engine => '/wittle' | ||
86 | end | 85 | end |