mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 01:00:12 +00:00
most of a dash views api impl
This commit is contained in:
parent
5e462a0ca2
commit
698f01ab9c
5 changed files with 176 additions and 5 deletions
|
|
@ -123,6 +123,7 @@ fn router(ctx: ApiContext) -> Router {
|
|||
.route("/private/discord/callback", post(rproxy))
|
||||
.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/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