mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
callbackUrlをappのレスポンスに追加 (#4686)
This commit is contained in:
parent
6e149dbd21
commit
ce6377774d
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ export class AppRepository extends Repository<App> {
|
|||
return {
|
||||
id: app.id,
|
||||
name: app.name,
|
||||
callbackUrl: app.callbackUrl,
|
||||
...(opts.includeSecret ? { secret: app.secret } : {}),
|
||||
...(me ? {
|
||||
isAuthorized: await AccessTokens.count({
|
||||
|
|
Loading…
Add table
Reference in a new issue