Closed KES777 closed 6 years ago
$app->plugin(OpenAPI => { spec_route_name => 'api', });
Not every route is prefixed
Because of this it create routes with conflicting names
I'm not sure if the change I made is the best solution, but at least it should avoid duplicates now.
Not every route is prefixed
Because of this it create routes with conflicting names