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
{{ message }}
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
I installed this pakage (meteor add simple:rest) and in my server-side i added methods like :
I see my methods in http://localhost:3000/publications/api-routes/
and I can call those methods from client side like :
Meteor.call("testCall", function(error, results) { console.log("Results", results); });
but it returns nothing when I go to : http://localhost:3000/publications/testCall
why i get a blank page, what wrong am i have done ??
The text was updated successfully, but these errors were encountered: