apple muncy commited on
Commit
d247e15
·
1 Parent(s): 002858f

add missing "

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. auth_server.py +1 -1
auth_server.py CHANGED
@@ -38,7 +38,7 @@ class AuthServerSettings(BaseModel):
38
  # Server settings
39
  host: str = as_host_name
40
  port: int = 7860
41
- server_url: AnyHttpUrl = AnyHttpUrl(F"https://{as_host_name})
42
  auth_callback_path: str = F"https://{as_host_name}/login/callback"
43
 
44
 
 
38
  # Server settings
39
  host: str = as_host_name
40
  port: int = 7860
41
+ server_url: AnyHttpUrl = AnyHttpUrl(F"https://{as_host_name}")
42
  auth_callback_path: str = F"https://{as_host_name}/login/callback"
43
 
44