Hello,
I currently have the frontend portion of my web application successfully hosted on a Google domain via Netlify. I am wondering if I could also host my backend on the same domain as well (eg. https://www.webapp.com (client) && https://api.webapp.com (server)). If so, how would I go about doing so? I have tried listing api.webapp.com on my Netlify custom domains but have been unsuccessful in trying to connect my Digital Ocean Droplet to it.
Thanks!
Brian