diff --git a/legalconsenthub/server/api/jwt/refresh.post.ts b/legalconsenthub/server/api/jwt/refresh.post.ts index 7f27ad8..2a58d3c 100644 --- a/legalconsenthub/server/api/jwt/refresh.post.ts +++ b/legalconsenthub/server/api/jwt/refresh.post.ts @@ -1,4 +1,4 @@ -import type { OAuthTokenResponse } from '~~/types/oauth' +import type { OAuthTokenResponse } from '~~/types/oAuth' export default eventHandler(async (event) => { const config = useRuntimeConfig()