about summary refs log tree commit diff
path: root/app/controllers
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 /app/controllers
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 'app/controllers')
-rw-r--r--app/controllers/api/v1/site_controller.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/controllers/api/v1/site_controller.rb b/app/controllers/api/v1/site_controller.rb
new file mode 100644
index 000000000..64ca2dec1
--- /dev/null
+++ b/app/controllers/api/v1/site_controller.rb
@@ -0,0 +1,8 @@
+# frozen_string_literal: true
+
+class Api::V1::SiteController < ApiController
+  respond_to :json
+
+  def index
+  end
+end