Skip to content

Commit

Permalink
fix: json key (#441)
Browse files Browse the repository at this point in the history
* fix: json key

* fix: json key
  • Loading branch information
0o001 authored Aug 21, 2023
1 parent d9e2123 commit 3c5d268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memegen/handler/memegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func New() *Memegen {

type TemplateRequest struct {
Success bool `json:"success"`
Data Data `json":data"`
Data Data `json:"data"`
}

type Data struct {
Expand Down

0 comments on commit 3c5d268

Please sign in to comment.