Skip to content

Commit d5f088e

Browse files
authored
Merge pull request #494 from julep-ai/x/fix-protocol-variable
2 parents 4d9c5d2 + e241f7f commit d5f088e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents-api/agents_api/web.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from .common.exceptions import BaseCommonException
2121
from .dependencies.auth import get_api_key
22-
from .env import api_prefix, hostname, public_port, sentry_dsn
22+
from .env import api_prefix, hostname, protocol, public_port, sentry_dsn
2323
from .exceptions import PromptTooBigError
2424
from .routers import (
2525
agents,

0 commit comments

Comments
 (0)