Skip to content

Commit 3694a4f

Browse files
fix: Open API path to endpoint
1 parent 8bbb7fc commit 3694a4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/Apis/LanguagesApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct(ILanguageRepository $language_repository)
4040
}
4141

4242
#[OA\Get(
43-
path: "/api/v1/languages",
43+
path: "/api/public/v1/languages",
4444
description: "Get all available languages with ISO codes",
4545
summary: 'Get all languages',
4646
operationId: 'getAllLanguages',

0 commit comments

Comments
 (0)