routes.rb 70 B

123
  1. Rails.application.routes.draw do
  2. mount Mastodon::API => '/api/'
  3. end