-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat: multi host decorator #68
Conversation
fa454b1
to
0e1e863
Compare
Codecov ReportBase: 92.20% // Head: 92.23% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #68 +/- ##
==========================================
+ Coverage 92.20% 92.23% +0.03%
==========================================
Files 217 217
Lines 4364 4368 +4
Branches 420 447 +27
==========================================
+ Hits 4024 4029 +5
+ Misses 339 338 -1
Partials 1 1
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. |
0e1e863
to
0eba305
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.
LGTM
805f6e8
to
5e7bdbb
Compare
5e7bdbb
to
b0c471a
Compare
|
Checklist
npm test
passesAffected core subsystem(s)
controller-decorator
Description of change
Make the
@Host
decorator supports multiple host@host(string) => @host(string | string[])