#How I can add custom swagger request headers?

2 messages · Page 1 of 1 (latest)

solemn narwhal
#

I know about the @ApiHeaders decorator, but this is not the best solution, I would like to set them in one place, abstractly, so as not to manually write them on each route

edgy trout
# solemn narwhal I know about the @ApiHeaders decorator, but this is not the best solution, I wou...