about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-03-15 22:55:58 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-03-15 22:55:58 +0100
commit7b58c1a694eed95e367cc8d078f91c390dffec4d (patch)
tree3a00b0cda91fc0bf28e78bab91d9cc93647e9f56 /config
parent74ae158c2f7b7d282ce1cc754ac83d27467a7215 (diff)
parente245115f47082ffba27205f508301d14e792c369 (diff)
Merge branch 'mastodon-site-api' of https://github.com/marrus-sh/ardipithecus into marrus-sh-mastodon-site-api
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index a0c76f829..1a2e3c19d 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -130,6 +130,7 @@ Rails.application.routes.draw do
       resources :mutes,      only: [:index]
       resources :favourites, only: [:index]
       resources :reports,    only: [:index, :create]
+      resources :site,       only: [:index]
 
       resources :follow_requests, only: [:index] do
         member do