-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dev service endpoint #24
Conversation
c39aeb3
to
599a1fd
Compare
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.
Also, please follow #2 (comment).
from ..database import db | ||
from ..models.service import Service | ||
from ..models.user import User |
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.
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.
@brngylni Please squash the commits and every other changes required on the codebase can be done after the merge.
1009530
to
df3a10b
Compare
Is it OK like this or do you want me to squash the remaining commits too? |
e57d888
to
bcc8c1b
Compare
c13b9de
to
758f9dc
Compare
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.
I am not dragging this any longer than it has to be. Other required changes can be made to the codebase after it is merged.
Merging now.
This PR adds the service endpoint #7