app.go
changeset 197 485f5cfb4378
parent 165 6fe8c96e7263
child 207 301d5b94be3f
--- a/app.go	Sat Oct 21 18:53:00 2017 +0200
+++ b/app.go	Sat Oct 21 21:18:11 2017 +0200
@@ -16,7 +16,7 @@
 )
 
 type registerApp struct {
-	ID           int64  `json:"id"`
+	ID           int64  `json:"id,string"`
 	ClientID     string `json:"client_id"`
 	ClientSecret string `json:"client_secret"`
 }