Commit
·
cfb8d26
1
Parent(s):
7a69acb
Addition of Middlewares - Fix
Browse files
FileStream/server/Authentication/__init__.py
CHANGED
@@ -5,4 +5,4 @@ from aiohttp.http_exceptions import BadStatusLine
|
|
5 |
|
6 |
|
7 |
|
8 |
-
|
|
|
5 |
|
6 |
|
7 |
|
8 |
+
auth = web.Application()
|