You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I'm using Meteor 0.6.4 in combination with Meteor-Router in my current project. I really like reststop because it offers so much more than the server routing part of meteor-router... but I'm not able to get this running.
"curl http://localhost/api/test" always returns the response of the meteor-router.
Is this known to be broken or am I using it the wrong way?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I've never tested it, but Router and RESTstop should play nice together. Does /api/test/ match one of your Router routes? If so, it's possible Router is just included first.
Either way, I'm going to test it out and I'll let you know.
Hey,
I'm using Meteor 0.6.4 in combination with Meteor-Router in my current project. I really like reststop because it offers so much more than the server routing part of meteor-router... but I'm not able to get this running.
"curl http://localhost/api/test" always returns the response of the meteor-router.
Is this known to be broken or am I using it the wrong way?
Thanks in advance.
The text was updated successfully, but these errors were encountered: