-
Notifications
You must be signed in to change notification settings - Fork 21
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
[GH-61] Use SiteURL for all calls from the webapp #93
Conversation
* add domain in client js file * add url * fixed lint issues * updated lint issues * updated style changes * resolved comments , removed unwanted changes * resolved comments * resolved comments * resolved comments * resolved comments * resolved comments * resolved comments * resolved comments * [MI-2506]:Fixed issue mattermost-community#61 of skype4business Co-authored-by: sanjay12345 <sanjaymj824@gmail.com> Co-authored-by: Maisnam Raju Singh <85172229+maisnamrajusingh@users.noreply.github.com> Co-authored-by: maisnamrajusingh <raju.s@demansol.com>
Hello @Kshitij-Katiyar, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
Codecov ReportBase: 65.53% // Head: 65.53% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #93 +/- ##
=======================================
Coverage 65.53% 65.53%
=======================================
Files 5 5
Lines 531 531
=======================================
Hits 348 348
Misses 131 131
Partials 52 52 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
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.
Thank you! some small details.
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.
Great work
/update-branch |
We don't have permissions to update this PR, please contact the submitter to apply the update. |
@Kshitij-Katiyar Would you please merge |
…e4business into MM-61
@hanzei synced with the master |
@DHaussermann Would you mind testing the PR in release testing? |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
Summary
Used site URL for all the API calls from the webapp to the server.
This PR is an extension from PR:- Use SiteURL for all calls from the webapp #78
Issue #61