INTRODUCTION TO NET
APPLICATION DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
You have implemented the following router for a custom API:service.get (’/mobile/custom/ab*cd’, function(req, res) { // handle request response});Which three URL patterns match this router’s path?
|
{baseURL} /mobile/custom/ab
|
|
{baseURL}/mobile/custom/abcd
|
|
{baseURL}/mobile/custom/abxcd
|
|
{baseURL}/mobile/custom/abed/ rid
|
|
{baseURL}/mobile/custom/abXxcd
|
Explanation:
There is 1 question to complete.