Initial commit
This commit is contained in:
BIN
backend_python/resources/__pycache__/user.cpython-38.pyc
Normal file
BIN
backend_python/resources/__pycache__/user.cpython-38.pyc
Normal file
Binary file not shown.
7
backend_python/resources/user.py
Normal file
7
backend_python/resources/user.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from flask_restful import Api, Resource, reqparse, abort
|
||||
import vars
|
||||
|
||||
class UserLogin(Resource):
|
||||
def get(self):
|
||||
print(vars.db['livebeat'])
|
||||
return
|
||||
Reference in New Issue
Block a user