Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Oct 11, 2023
1 parent 38d9da1 commit cb0a697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class WebServerSettings(BaseCustomSettings, MixinServiceSettings, MixinSessionSe

@cached_property
def base_url(self) -> str:
# http://webserver:8080/v0
# http://webserver:8080/
url_without_vtag: str = self._compose_url(
prefix="WEBSERVER",
port=URLPart.REQUIRED,
Expand Down

0 comments on commit cb0a697

Please sign in to comment.