fix(frontend): Correct import casing
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import type { OAuthTokenResponse } from '~~/types/oauth'
|
import type { OAuthTokenResponse } from '~~/types/oAuth'
|
||||||
|
|
||||||
export default eventHandler(async (event) => {
|
export default eventHandler(async (event) => {
|
||||||
const config = useRuntimeConfig()
|
const config = useRuntimeConfig()
|
||||||
|
|||||||
Reference in New Issue
Block a user