mirror of
https://git.freecumextremist.com/grumbulon/pomme.git
synced 2024-11-22 05:03:45 +00:00
fix misspell
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
200997976d
commit
a21c93555e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ type Zone struct {
|
|||
Body string `json:"body,omitempty"`
|
||||
}
|
||||
|
||||
func RecieveFile(w http.ResponseWriter, r *http.Request) {
|
||||
func ReceiveFile(w http.ResponseWriter, r *http.Request) {
|
||||
_, claims, _ := jwtauth.FromContext(r.Context())
|
||||
|
||||
var buf bytes.Buffer
|
||||
|
|
Loading…
Reference in a new issue