Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to specify API server port #229

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Conversation

Cohee1207
Copy link
Contributor

The WHY

As 8000 is a fairly common default port in web applications, it's beneficial to have the ability to choose a port for the API web server.

The WHAT

An optional --port argument has been added to argparser. The default value is 8000 as before, but now it's possible to override it with a value of choosing.

@rupeshs
Copy link
Owner

rupeshs commented Aug 7, 2024

@Cohee1207 Nice, thank you.

Copy link
Owner

@rupeshs rupeshs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rupeshs rupeshs merged commit 6e51bd2 into rupeshs:main Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants