Skip to content

Commit

Permalink
Merge pull request #494 from julep-ai/x/fix-protocol-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorrr authored Sep 10, 2024
2 parents 4d9c5d2 + e241f7f commit d5f088e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents-api/agents_api/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from .common.exceptions import BaseCommonException
from .dependencies.auth import get_api_key
from .env import api_prefix, hostname, public_port, sentry_dsn
from .env import api_prefix, hostname, protocol, public_port, sentry_dsn
from .exceptions import PromptTooBigError
from .routers import (
agents,
Expand Down

0 comments on commit d5f088e

Please sign in to comment.