Skip to content

Commit

Permalink
address update
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed Dec 9, 2023
1 parent af48897 commit d1da7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async def dispatch(self, request: Request, call_next: RequestResponseEndpoint) -
version="1.0.0",
servers=[
{"url": os.environ.get("GPTS_API_SERVER"), "description": "Production server"},
{"url": "http://127.0.0.1:8700", "description": "Develop server"},
{"url": "http://0.0.0.0:8700", "description": "Develop server"},
]
)

Expand Down

0 comments on commit d1da7d2

Please sign in to comment.