mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-21 15:28:02 +01:00
fix wording in gin post
This commit is contained in:
parent
465022eca4
commit
bd027ec620
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ draft: false
|
||||||
tags: ["go", "gin", "golang", "http", "ovh", "ovhcloud"]
|
tags: ["go", "gin", "golang", "http", "ovh", "ovhcloud"]
|
||||||
|
|
||||||
# Keep them short
|
# Keep them short
|
||||||
description: "By default `gin` returns a 404 for an incorrect HTTP verb sent to a handled path. This can be fixed."
|
description: ""
|
||||||
summary: "By default `gin` returns a 404 for an incorrect HTTP verb sent to a handled path. This can be fixed."
|
summary: "By default gin returns a 404 for an incorrect HTTP verb sent to a handled path. This can be fixed."
|
||||||
|
|
||||||
cover:
|
cover:
|
||||||
image: "gin.jpg"
|
image: "gin.jpg"
|
||||||
|
@ -19,7 +19,7 @@ cover:
|
||||||
# TocOpen: false
|
# TocOpen: false
|
||||||
---
|
---
|
||||||
|
|
||||||
TL;DR: by default `gin` returns a 404 for an incorrect HTTP verb sent to a handled path. Double-check the method you're using.
|
TL;DR: by default `gin` returns a 404 for an incorrect HTTP verb sent to a handled path. This can be fixed. Double-check the method you're using.
|
||||||
|
|
||||||
## 📖 Context
|
## 📖 Context
|
||||||
At OVHcloud, we use [`gin-gonic/gin`](https://github.com/gin-gonic/gin) as the go-to HTTP web framework for our internal services.
|
At OVHcloud, we use [`gin-gonic/gin`](https://github.com/gin-gonic/gin) as the go-to HTTP web framework for our internal services.
|
||||||
|
|
Loading…
Reference in a new issue