iron-meteor / iron-router

A client and server side router designed specifically for Meteor.
MIT License
1.98k stars 413 forks source link

seperaotor #1525

Closed anuragnagarkota closed 7 years ago

anuragnagarkota commented 8 years ago

Recently in METEOR1.3 the iron router url seperator has been changed. It is showing #! in url as separator. How to make it to previous url like slashes

current url: localhost:3000/#!template1 old url : localhost:3000/template1

I need the old style.. How to implement it?

chrisbutler commented 7 years ago

this wasn't a change with iron router AFAIK. sounds like you have something else going on?