Update docs path in contributiong

This commit is contained in:
2025-10-26 14:41:59 +01:00
parent 58c8899fd9
commit e387280405
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ go install github.com/swaggo/swag/cmd/swag@latest
# Update Swagger comments in pkg/server/handlers.go
# Then regenerate docs
swag init -g cmd/server/main.go -o apidocs
swag init -g cmd/server/main.go
```
## Pull Request Guidelines