mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 19:09:29 +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",
|
"response": "pong",
|
||||||
"user": request.user.id,
|
"user": request.user.id,
|
||||||
"version": ReleaseVersion().get_local_version(),
|
"version": ReleaseVersion().get_local_version(),
|
||||||
|
"ta_update": ReleaseVersion().get_update(),
|
||||||
}
|
}
|
||||||
return Response(data)
|
return Response(data)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user