How to get the current route on server?

107 views Asked by At

I am using Iron Router and Router.current().route.getName() to get the route name. Router.current() is only defined on the client.

How to get the current route name on server ?

0

There are 0 answers