This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix
#385
- /web now loads a page
master
Eugen Rochko
7 years ago
parent
1bbcd71cd4
commit
2b0b7ff1b8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/routes.rb
+ 1
- 1
config/routes.rb
View File
@ -136,7 +136,7 @@ Rails.application.routes.draw do
end
end
get
'/web/*any'
,
to
:
'home#index'
,
as
:
:web
get
'/web/
(
*any
)
'
,
to
:
'home#index'
,
as
:
:web
get
:about
,
to
:
'about#index'
get
:terms
,
to
:
'about#terms'
Write
Preview
Loading…
Cancel
Save