We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The API router is instantiated on each HTTP request: https://github.com/mattermost/mattermost-plugin-msteams-sync/blob/17092cd65bdfc29f9d3240aaa6251d0bbc026b47/server/plugin.go#L78-L81
Let's move this setup to OnActivate and reuse the same router.
OnActivate
Importance: Low
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The API router is instantiated on each HTTP request:
https://github.com/mattermost/mattermost-plugin-msteams-sync/blob/17092cd65bdfc29f9d3240aaa6251d0bbc026b47/server/plugin.go#L78-L81
Let's move this setup to
OnActivate
and reuse the same router.Importance: Low
The text was updated successfully, but these errors were encountered: