readme fix

This commit is contained in:
tonyrewin 2022-11-22 08:18:48 +03:00
parent 3f51515c5c
commit b59958f0d5

View File

@ -1,11 +1,11 @@
# discoursio-api # discoursio-api
Tech stack:
- pyjwt - sqlalchemy
- redis - redis
- ariadne - ariadne
- starlette - starlette
- uvicorn
# Local development # Local development
@ -40,5 +40,5 @@ python3 server.py dev
# How to do an authorized request # How to do an authorized request
Put the header 'Authorization' with token from signInQuery or registerQuery. Put the header 'Authorization' with token from signIn query or registerUser mutation.