Skip to content

Commit

Permalink
path thing
Browse files Browse the repository at this point in the history
  • Loading branch information
rbs333 committed Jul 25, 2024
1 parent 78550eb commit 041913b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/arxivsearch/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def main():
{
"reload": False,
"workers": 2,
"ssl_keyfile": "key.pem",
"ssl_certfile": "full.pem",
"ssl_keyfile": "app/backend/arxivsearch/key.pem",
"ssl_certfile": "app/backend/arxivsearch/full.pem",
}
)

Expand Down

0 comments on commit 041913b

Please sign in to comment.