Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
noook committed Nov 18, 2024
1 parent 7e1443e commit a16d57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/server/routes/atproto/client-metadata.json.get.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { defineEventHandler, createError } from 'h3'
import { getAtprotoClientMetadata } from '../../utils/atproto'
import { atprotoProviders } from '../../../../utils/atproto'
import type { AtprotoProviderClientMetadata } from '../../../types/atproto'
import { useRuntimeConfig } from '#imports'
import { atprotoProviders } from '~/src/utils/atproto'
import type { AtprotoProviderClientMetadata } from '~/src/runtime/types/atproto'

export default defineEventHandler((event) => {
const path = event.path.slice(1)
Expand Down

0 comments on commit a16d57c

Please sign in to comment.