feat: Update notification in account settings (#1660)

This commit is contained in:
Pranav Raj S
2021-01-17 23:59:09 +05:30
committed by GitHub
parent a0c33254e7
commit ba06fe1cb2
7 changed files with 32 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ class Api::V1::AccountsController < Api::BaseController
end
def show
@latest_chatwoot_version = ::Redis::Alfred.get(::Redis::Alfred::LATEST_CHATWOOT_VERSION)
render 'api/v1/accounts/show.json'
end