yaseenkadir / etchedjournal

An encrypted journal where entries are etched in stone.
Apache License 2.0
0 stars 0 forks source link

Fixed issue with reloading returning 404s #70

Closed yaseenkadir closed 5 years ago

yaseenkadir commented 5 years ago

Fixes #69.

Decided to have the backend forward it to the index page. Considered using HashLocationStrategy but not sure it's worth it. Should investigate whether it affects caching. But we can leave that for later.