Skip to content

Commit

Permalink
Mount checkSignupQueue route on pds (#2116)
Browse files Browse the repository at this point in the history
mount checkSignupQueue route on pds
  • Loading branch information
dholms authored Jan 30, 2024
1 parent cdb89c3 commit 4b1c8af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/pds/src/api/com/atproto/temp/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import AppContext from '../../../../context'
import { Server } from '../../../../lexicon'
import checkSignupQueue from './checkSignupQueue'
import importRepo from './importRepo'
import pushBlob from './pushBlob'
import transferAccount from './transferAccount'

export default function (server: Server, ctx: AppContext) {
checkSignupQueue(server, ctx)
importRepo(server, ctx)
pushBlob(server, ctx)
transferAccount(server, ctx)
Expand Down

0 comments on commit 4b1c8af

Please sign in to comment.