Skip to content

Commit

Permalink
Mount admin.rebaseRepo (#1121)
Browse files Browse the repository at this point in the history
hook up admin rebase route
  • Loading branch information
dholms authored May 30, 2023
1 parent 95252dd commit 7566584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/pds/src/api/com/atproto/admin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import disableInviteCodes from './disableInviteCodes'
import getInviteCodes from './getInviteCodes'
import updateAccountHandle from './updateAccountHandle'
import updateAccountEmail from './updateAccountEmail'
import rebaseRepo from './rebaseRepo'

export default function (server: Server, ctx: AppContext) {
resolveModerationReports(server, ctx)
Expand All @@ -34,4 +35,5 @@ export default function (server: Server, ctx: AppContext) {
getInviteCodes(server, ctx)
updateAccountHandle(server, ctx)
updateAccountEmail(server, ctx)
rebaseRepo(server, ctx)
}

0 comments on commit 7566584

Please sign in to comment.