Fix json name.
authorOllivier Robert <roberto@keltia.net>
Tue, 11 Apr 2017 11:30:23 +0200
changeset 65 0d245f3b076f
parent 64 26c0cc13a211
child 66 965586c1e3ed
Fix json name.
app.go
--- a/app.go	Tue Apr 11 11:27:59 2017 +0200
+++ b/app.go	Tue Apr 11 11:30:23 2017 +0200
@@ -17,7 +17,7 @@
 
 type registerApp struct {
 	ID           int64  `json:"id"`
-	ClientID     int64  `json:"Client_id"`
+	ClientID     int64  `json:"client_id"`
 	ClientSecret string `json:"client_secret"`
 }