From 2472ee9c262a71176a6b8db3b331db670cdf3b4f Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sat, 11 Oct 2025 11:05:20 +0200 Subject: [PATCH] fixed api setting example --- vue3/src/components/settings/ApiSettings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue3/src/components/settings/ApiSettings.vue b/vue3/src/components/settings/ApiSettings.vue index d3f82f242..1b631a5f4 100644 --- a/vue3/src/components/settings/ApiSettings.vue +++ b/vue3/src/components/settings/ApiSettings.vue @@ -26,7 +26,7 @@ Authentication works by proving the word Bearer followed by an API Token as a request Authorization header as shown below.
Authorization: Bearer TOKEN -or-
- curl -X GET http://your.domain.com/api/recipes/ -H 'Authorization: + curl -X GET http://your.domain.com/api/recipe/ -H 'Authorization: Bearer TOKEN'