halfapi/tests/test_jwt_middleware.py
2020-07-03 21:39:59 +02:00

8 lines
111 B
Python

import jwt
from halfapi import app
def coucou():
return
def test_connected():
app.route('/', coucou)