playoffs added to totals model

This commit is contained in:
Ravi Prasad
2025-05-08 18:16:41 -05:00
parent 1d3edc68b4
commit edb2cfb863
8 changed files with 62 additions and 27 deletions
+9 -1
View File
@@ -14,4 +14,12 @@ curl -XPOST http://localhost:8080/admin/keys \
# 3. call a protected endpoint
curl http://localhost:8080/api/playeradvancedstats \
-H "X-API-Key: ab12cd…"
-H "X-API-Key: ab12cd…"
```
### Swagger Initiate Docs
```bash
swag init -g main.go -o docs
```