This commit is contained in:
Administrator
2023-09-23 16:22:05 +03:00
parent 73d1d3f957
commit 9e0919466c
3 changed files with 11 additions and 1 deletions

8
web/views/ping.py Normal file
View File

@@ -0,0 +1,8 @@
from BaseLib.BaseView import BaseView
class PingView(BaseView):
endpoint = 'ping'
def get(self):
return {}