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,
For some fixtures, I would like to get all routes from the server and save it to my database.
At this time i used the FlowRouter._routes Array to send them to the server with a simply Meteor.call(). Is there another way to do it ?
Thx in advance.
The text was updated successfully, but these errors were encountered:
Why not do the opposite? Add the route to the database using your server-side then on your client side you fetch the routes and call FlowRouter accordingly !?
Hey,
For some fixtures, I would like to get all routes from the server and save it to my database.
At this time i used the FlowRouter._routes Array to send them to the server with a simply Meteor.call(). Is there another way to do it ?
Thx in advance.
The text was updated successfully, but these errors were encountered: