mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-25 12:03:48 -05:00
9 lines
126 B
Ruby
9 lines
126 B
Ruby
module Mastodon
|
|
class API < Grape::API
|
|
rescue_from :all
|
|
|
|
mount Mastodon::Ostatus
|
|
mount Mastodon::Rest
|
|
end
|
|
end
|