We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2c0b6 commit 12bb778Copy full SHA for 12bb778
1 file changed
README.md
@@ -614,7 +614,7 @@ func (f *ValidatedFilter) ApplyFilters(query *gorm.DB) *gorm.DB {
614
}
615
```
616
617
-## � URL Parameters Reference
+## URL Parameters Reference
618
619
### Core Parameters
620
@@ -668,7 +668,7 @@ GET /api/users?created_after=2023-01-01&created_before=2023-12-31&page=1&per_pag
668
GET /api/products?min_price=100&max_price=500&category_id=1&page=1&per_page=10
669
670
671
-## � Response Format
+## Response Format
672
673
### Standard Response Structure
674
0 commit comments