Skip to content

Commit bac2641

Browse files
committed
fix: route path
1 parent df4e603 commit bac2641

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/Http/Controllers/Apis/TimezonesApiController.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ final class TimezonesApiController extends JsonController
3131
* @return mixed
3232
*/
3333
#[OA\Get(
34-
path: '/api/v1/timezones',
34+
path: '/api/public/v1/timezones',
3535
operationId: 'getTimezones',
3636
description: 'Retrieve all available timezones',
37-
tags: ['Timezones'],
37+
tags: ['Timezones (Public)'],
3838
parameters: [
3939
new OA\Parameter(
4040
name: 'expand',
@@ -84,4 +84,4 @@ public function getAll(){
8484
return $this->error500($ex);
8585
}
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)