pull/69/head
Yasuhiro Matsumoto 2017-11-30 14:53:54 +09:00
parent 0a6f156537
commit 83242d96ca
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type AppConfig struct {
// Application is mastodon application.
type Application struct {
ID int64 `json:"id"`
ID ID `json:"id"`
RedirectURI string `json:"redirect_uri"`
ClientID string `json:"client_id"`
ClientSecret string `json:"client_secret"`