Hi,
I'm trying to achieve the following:
I have a node.js app deployed on DO via dokku. The app consists of 2 parts: /user and /admin (the root / actually should not be accessible)
Now I want to achieve to have the /u...
Hi,
I can't seem to find an existing answer to my problem, so I hope someone can help me here:
I have an app with express backend where users can upload images that show up on their profile page.
Right now (in develop...