Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
f56eef8d
Verified
Commit
f56eef8d
authored
Apr 02, 2019
by
Haelwenn
Browse files
router: Add fake identity proof endpoint
parent
fd7dd8f9
Pipeline
#9828
passed with stages
in 6 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/web/router.ex
View file @
f56eef8d
...
...
@@ -218,6 +218,7 @@ defmodule Pleroma.Web.Router do
get
(
"/accounts/search"
,
MastodonAPIController
,
:account_search
)
get
(
"/accounts/:id/lists"
,
MastodonAPIController
,
:account_lists
)
get
(
"/accounts/:id/identity_proofs"
,
MastodonAPIController
,
:empty_array
)
get
(
"/follow_requests"
,
MastodonAPIController
,
:follow_requests
)
get
(
"/blocks"
,
MastodonAPIController
,
:blocks
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment