Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a01sa01to committed Nov 7, 2024
1 parent 1eac258 commit 89cfcbb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion webapp/api/oauth/authorize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ import { validator } from 'hono/validator'
import { HonoEnv } from 'load-context'
import { generateAuthToken } from 'utils/auth-token.server'

import { oauthClient, oauthClientScope, oauthScope, user } from '~/schema'
import {
oauthClient,
oauthClientScope,
oauthScope,
user,
} from '../../app/schema'

const app = new Hono<HonoEnv>()

Expand Down

0 comments on commit 89cfcbb

Please sign in to comment.