Skip to content

Commit

Permalink
fix: update import for tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 12, 2023
1 parent d7a95ea commit 898a43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tauri/runtime/nitro.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
const handlers = [
{
route: '/api/:server/oauth',
handler: defineLazyEventHandler(() => import('~/server/api/[server]/oauth').then(r => r.default || r)),
handler: defineLazyEventHandler(() => import('~/server/api/[server]/oauth/[origin]').then(r => r.default || r)),
},
{
route: '/api/:server/login',
Expand Down

0 comments on commit 898a43b

Please sign in to comment.