We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9bacc commit e72fca9Copy full SHA for e72fca9
server/api/auth/atproto.get.ts
@@ -136,7 +136,7 @@ export default defineEventHandler(async event => {
136
new URLSearchParams(query as Record<string, string>),
137
)
138
139
- const client = new Client({ service: SLINGSHOT_HOST })
+ const client = new Client({ service: `https://${SLINGSHOT_HOST}` })
140
const response = await client.xrpcSafe(com['bad-example'].identity.resolveMiniDoc, {
141
headers: { 'User-Agent': 'npmx' },
142
params: { identifier: authSession.did },
0 commit comments