urlsh
urlsh copied to clipboard
Why do the URLs get saved into the localStorage only?
Why do the URLs get saved into the localStorage only? What's Postgres for?
There's no ajax request for fetching the URLs. If I remove all data from the local storage, all the data will disappear from the page too.
the postgres is for backend storage. localstorage for browser only - however if you self host this project, you can customize frontend to use api to sync backend and localstorage. this project already provides api