mirror of
https://codeberg.org/ultimateplayer1999/go-api-usage.git
synced 2024-11-24 15:18:21 -05:00
Fixed a mistake in json. Newkey is now working correctly
This commit is contained in:
parent
4faecc1444
commit
99f5658469
@ -14,7 +14,7 @@ import (
|
|||||||
type Response struct {
|
type Response struct {
|
||||||
Action string `json:"action"`
|
Action string `json:"action"`
|
||||||
Completed string `json:"completed"`
|
Completed string `json:"completed"`
|
||||||
NewAPIKey int `json:"newAPIKey"`
|
NewAPIKey string `json:"newAPIKey"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user