i have the following url "http://localhost:3000/api/user/"
and is work fine in the browser,
but when i put it in my ionic service code
return $resource('/api/user/');
is return
data : cannot Get /api/user\n
and when i change the url to url from some api in the web is work fine and get the data right .. please what the wrong here.