Extract apps actions from `MastodonAPIController` to `AppController`
authorEgor Kislitsyn <egor@kislitsyn.com>
Tue, 1 Oct 2019 08:21:46 +0000 (15:21 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Tue, 1 Oct 2019 08:21:46 +0000 (15:21 +0700)
commit2dad6dd0201135f5ab8ff50448b0787f36db0607
treeed418d0948a418a5ecf7c71a3c8f500c1eb41032
parent82d7985ae947f6779412c643c2edf21d5de2c79a
Extract apps actions from `MastodonAPIController` to `AppController`
lib/pleroma/web/activity_pub/views/user_view.ex
lib/pleroma/web/mastodon_api/controllers/app_controller.ex [new file with mode: 0644]
lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex
lib/pleroma/web/router.ex
test/web/mastodon_api/controllers/app_controller_test.exs [new file with mode: 0644]
test/web/mastodon_api/mastodon_api_controller_test.exs