about summary refs log tree commit diff
path: root/app/api/mastodon/api.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/api/mastodon/api.rb')
-rw-r--r--app/api/mastodon/api.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/api/mastodon/api.rb b/app/api/mastodon/api.rb
deleted file mode 100644
index 39469dc65..000000000
--- a/app/api/mastodon/api.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-module Mastodon
-  class API < Grape::API
-    rescue_from :all
-
-    mount Mastodon::Ostatus
-    mount Mastodon::Rest
-  end
-end