This commit is contained in:
10
endpoints.py
10
endpoints.py
@@ -0,0 +1,10 @@
|
||||
from redisclient import redis_client
|
||||
from flask import jsonify
|
||||
from flask_classful import FlaskView
|
||||
|
||||
|
||||
class IPEndpoint(FlaskView):
|
||||
|
||||
def post(self):
|
||||
"""Ez kell neked"""
|
||||
pass
|
||||
Reference in New Issue
Block a user