add Markers /api/v1/markers
authorMaksim Pechnikov <parallel588@gmail.com>
Thu, 17 Oct 2019 12:26:59 +0000 (15:26 +0300)
committerMaksim Pechnikov <parallel588@gmail.com>
Thu, 17 Oct 2019 12:26:59 +0000 (15:26 +0300)
commit66b5d0ff558bffeddf6475af72b73bf2870512f6
treeb46326a6ab9c90eccb6f396d310695802141ab95
parente3b4a3e96b2ffbc6d920155cd41687414045d4d6
add Markers /api/v1/markers
lib/pleroma/marker.ex [new file with mode: 0644]
lib/pleroma/web/mastodon_api/controllers/marker_controller.ex [new file with mode: 0644]
lib/pleroma/web/mastodon_api/views/marker_view.ex [new file with mode: 0644]
lib/pleroma/web/router.ex
priv/repo/migrations/20191014181019_create_markers.exs [new file with mode: 0644]
test/marker_test.exs [new file with mode: 0644]
test/support/factory.ex
test/web/mastodon_api/controllers/marker_controller_test.exs [new file with mode: 0644]
test/web/mastodon_api/views/marker_view_test.exs [new file with mode: 0644]