Komron Miralizoda

Results 2 comments of Komron Miralizoda

I faced the same issue, but problem is in typo in annotations, i.e. securitydefinitions => security**D**efinitions ``` ... // @securityDefinitions.apikey AccessKeyId // @in header // @name access-key-id // @securityDefinitions.apikey XApiKey...

I faced the same issue, the bug is in default case of switch statement of `swagger.go`, line 191 ![image](https://github.com/swaggo/echo-swagger/assets/28046107/07fd5a93-2e71-4e7a-bf18-b9851074bbf1) I suggest creating a fork and changing code in `default` case...