#ProgressiveWebApps (#PWAs) can act as a #shareTarget for other #apps on #Android.
https://developer.mozilla.org/en-US/docs/Web/Manifest/share_target
So when I added this feature to my app, it seemed fine to call the url `/share`.
And when I saved them to the #database I just went with it and named the table `shares`.
But here's the thing; I have my app installed on my phone too. I use the `share` feature to "post" to my website.
So, now my posts go in the `shares` table.