I'm making url shortener and noticed some webesites including stackoverflow is putting "#/"
in the end of the url.
https://stackoverflow.com/#/
https://stackoverflow.com/
it looks like it can be safely removed and url will open anyway.
What this "#/"
even do, and it is safe to remove it?
I know why "#" is used in urls, but what the purpose of "#/" in the end of the URL? As I understand, it can be removed and result link will open the same page.