-
Notifications
You must be signed in to change notification settings - Fork 42
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
Added server_path, start FlaskServer and add host and port parameters #77
Conversation
…hod start_server. Optimize part of the logic for starting flaskserver
# Conflicts: # tinyms/serving/server/server.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments
@Mickls Please fix the comments mentioned above, then I think it should be ok to go. |
…p.json file, and changed the host and port when creating the service to read the configuration file
I have made changes to the above modification suggestions, you can check my latest submission again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bug reported
Add a default value for serving_path
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What type of PR is this?
What does this PR do / why do we need it:
Added server_path, start FlaskServer and add host and port parameters
Which issue(s) this PR fixes:
Fixes #62
Special notes for your reviewers: