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