mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
oops
This commit is contained in:
parent
698f01ab9c
commit
c4f820e114
2 changed files with 26 additions and 2 deletions
|
|
@ -124,6 +124,7 @@ fn router(ctx: ApiContext) -> Router {
|
|||
.route("/private/discord/callback2", post(endpoints::private::discord_callback))
|
||||
.route("/private/discord/shard_state", get(endpoints::private::discord_state))
|
||||
.route("/private/dash_views", post(endpoints::private::dash_views))
|
||||
.route("/private/dash_view/{id}", get(endpoints::private::dash_view))
|
||||
.route("/private/stats", get(endpoints::private::meta))
|
||||
|
||||
.route("/v2/systems/{system_id}/oembed.json", get(rproxy))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue