youngtsai commited on
Commit
d410025
·
1 Parent(s): af3f969
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -10,8 +10,6 @@ class BlockFileRedirectMiddleware(BaseHTTPMiddleware):
10
  def __init__(self, app: ASGIApp):
11
  super().__init__(app)
12
 
13
-
14
-
15
  async def dispatch(self, request, call_next):
16
  # URL decode the path first
17
  path = urllib.parse.unquote(request.url.path)
 
10
  def __init__(self, app: ASGIApp):
11
  super().__init__(app)
12
 
 
 
13
  async def dispatch(self, request, call_next):
14
  # URL decode the path first
15
  path = urllib.parse.unquote(request.url.path)