mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 20:29:36 +00:00
Add ta_update to api ping (#780)
* Add ta_update to api/ping/ * Fix lint
This commit is contained in:
@@ -22,6 +22,7 @@ class PingView(ApiBaseView):
|
||||
"response": "pong",
|
||||
"user": request.user.id,
|
||||
"version": ReleaseVersion().get_local_version(),
|
||||
"ta_update": ReleaseVersion().get_update(),
|
||||
}
|
||||
return Response(data)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user