Skip to content

Commit

Permalink
fix annotated httpurl
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Nov 17, 2024
1 parent e04fce0 commit a3488e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wigglecam/connector/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ConfigCameraNode(BaseModel):
description="Not used in the app, you can use it to identify the node.",
)
base_url: HttpUrl = Field(
default="http://127.0.0.1:8010",
default=HttpUrl("http://127.0.0.1:8010"),
description="Base URL (including port) the node can be accessed by. Based on your setup, usually IP is preferred over hostname.",
)

Expand Down

0 comments on commit a3488e0

Please sign in to comment.