-
Notifications
You must be signed in to change notification settings - Fork 192
Conversation
@zoe-1 Yeah, I would beef up the tests. |
'./private': {}, | ||
'./home': {}, | ||
'./version': [{ | ||
'select': ['web', 'web-tls'] |
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.
why register the plugins also on web when all routes are redirected to web-tls?
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.
@AdriVanHoudt, I think you are right 👍 , since everything gets caught and redirected to https
before being routed, it may be not necessary to register web
.
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.
seems unnecessary at least
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.
Agree, will be addressed in the next commit.
@AdriVanHoudt Good to have you back making comments again. :-) |
Submitting assignment6 #144