chore: upgrade FB api version (#4834)
This commit is contained in:
parent
c5c89449dd
commit
9bac5873ef
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class DashboardController < ActionController::Base
|
|||
VAPID_PUBLIC_KEY: VapidService.public_key,
|
||||
ENABLE_ACCOUNT_SIGNUP: GlobalConfigService.load('ENABLE_ACCOUNT_SIGNUP', 'false'),
|
||||
FB_APP_ID: GlobalConfigService.load('FB_APP_ID', ''),
|
||||
FACEBOOK_API_VERSION: 'v13.0'
|
||||
FACEBOOK_API_VERSION: 'v14.0'
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue