diff options
| author | Andrew <saintruler@gmail.com> | 2019-05-28 21:58:51 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2019-05-28 21:58:51 +0400 |
| commit | d31296d87f86ca817b6d7c41c46bc83fe403a093 (patch) | |
| tree | 88a99b27bfee6b81096333769ce71a288e4b1b44 /day7/http_handler.py | |
| parent | d83efe142c1d95ac04a52b03498b32b2df33c53e (diff) | |
Добавлен модуль роутинга.
Diffstat (limited to 'day7/http_handler.py')
| -rw-r--r-- | day7/http_handler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day7/http_handler.py b/day7/http_handler.py index 6db918c..7f64f95 100644 --- a/day7/http_handler.py +++ b/day7/http_handler.py @@ -3,7 +3,7 @@ from time import strftime, gmtime import logging import db -from backend import run +from router import run from utils import ( parse_cookies, parse_query, parse_headers, validate_url, add_text_headers, format_cookies, |