diff options
Diffstat (limited to 'proxy/endpoints.py')
| -rw-r--r-- | proxy/endpoints.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/endpoints.py b/proxy/endpoints.py index c287a88..0a23e7b 100644 --- a/proxy/endpoints.py +++ b/proxy/endpoints.py | |||
| @@ -7,7 +7,7 @@ from starlette.requests import Request | |||
| 7 | from starlette.responses import Response | 7 | from starlette.responses import Response |
| 8 | 8 | ||
| 9 | from proxy.utils import get_path_with_query_string | 9 | from proxy.utils import get_path_with_query_string |
| 10 | from ttun_server.proxy_queue import ProxyQueue | 10 | from proxy.queue import ProxyQueue |
| 11 | from ttun_server.types import HttpMessage, HttpMessageType, HttpRequestData | 11 | from ttun_server.types import HttpMessage, HttpMessageType, HttpRequestData |
| 12 | 12 | ||
| 13 | logger = logging.getLogger(__name__) | 13 | logger = logging.getLogger(__name__) |
