app.go
changeset 159 408aa794d9bb
parent 155 0c581e0108da
child 162 68df3a01e1a7
--- a/app.go	Sun Apr 30 20:42:02 2017 +0200
+++ b/app.go	Sun Apr 30 20:43:17 2017 +0200
@@ -16,7 +16,7 @@
 )
 
 type registerApp struct {
-	ID           int    `json:"id"`
+	ID           int64  `json:"id"`
 	ClientID     string `json:"client_id"`
 	ClientSecret string `json:"client_secret"`
 }