mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
5 lines
137 B
Python
5 lines
137 B
Python
from sanic import response
|
|
|
|
response.file("file") # $ getAPathArgument="file"
|
|
response.file_stream("file") # $ getAPathArgument="file"
|