Updated Grid

This commit is contained in:
2026-04-08 09:15:01 -04:00
parent ca95582d92
commit a900e5e96a
45 changed files with 2731 additions and 429 deletions

View File

@@ -0,0 +1,15 @@
meta {
name: Authorize
type: http
seq: 1
}
get {
url: {{BASE_URL}}/auth/discord/authorize?redirect_uri=bruno://oauth/callback
body: none
auth: oauth2
}
params:query {
redirect_uri: bruno://oauth/callback
}

View File

@@ -0,0 +1,4 @@
meta {
name: discord
seq: 1
}