Files
codeql/python/ql/test/library-tests/web/falcon/Routing.expected
2022-02-04 12:02:09 +01:00

5 lines
269 B
Plaintext

WARNING: Type FalconRoute has been deprecated and may be removed in future (Routing.ql:4,6-17)
| /hello | delete | test.py:22:5:22:35 | Function on_delete |
| /hello | get | test.py:9:5:9:32 | Function on_get |
| /hello | post | test.py:19:5:19:33 | Function on_post |