From 39b87b7d2505782efaa79e36e9251429153b7d68 Mon Sep 17 00:00:00 2001 From: Aka'aba Musa Akidi <53876486+kingakidi@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:04:52 +0100 Subject: [PATCH] Update quick-start.md Typing Error. change 'POST' to 'post' Type '"POST"' is not assignable to type '"head" | "options" | "post" | "get" | "patch" | "put" | "delete" | "connect" | "trace" | undefined'. Did you mean '"post"'? --- docs/guide/local/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/local/quick-start.md b/docs/guide/local/quick-start.md index 0dcc0542..3feaa595 100644 --- a/docs/guide/local/quick-start.md +++ b/docs/guide/local/quick-start.md @@ -205,7 +205,7 @@ export default defineNuxtConfig({ type: 'local', refresh: { isEnabled: true, - endpoint: { path: '/refresh', method: 'POST' }, + endpoint: { path: '/refresh', method: 'post' }, refreshOnlyToken: true, token: { signInResponseRefreshTokenPointer: '/refresh-token',