mirror of
https://github.com/github/codeql.git
synced 2026-01-04 02:00:18 +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"
|