Skip to content

Commit 753dd97

Browse files
Add docs from gofiber/fiber@60dfd6b
1 parent c1f7ec1 commit 753dd97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/core/api/constants.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ const (
4747
MIMEApplicationXMLCharsetUTF8 = "application/xml; charset=utf-8"
4848
MIMEApplicationJSONCharsetUTF8 = "application/json; charset=utf-8"
4949
MIMEApplicationJavaScriptCharsetUTF8 = "application/javascript; charset=utf-8"
50-
)```
50+
)
51+
```
5152

5253
### HTTP status codes were copied from net/http.
5354

0 commit comments

Comments
 (0)