ping
This commit is contained in:
8
web/views/ping.py
Normal file
8
web/views/ping.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from BaseLib.BaseView import BaseView
|
||||
|
||||
|
||||
class PingView(BaseView):
|
||||
endpoint = 'ping'
|
||||
|
||||
def get(self):
|
||||
return {}
|
Reference in New Issue
Block a user