I have recently moved to GCP for cloud hosting. I have a react app hosted in cloud storage and a Go REST api hosted on app engine. I am trying to figure out how I can use the same domain name for both of these.
For example:
www.mydomain.com/
www.mydomain.com/api/v1/*
Coming from an AWS background, it would be something like this:
I have tried searching many hours for a solution, but have no luck solving this. Any advice / help is greatly appreciated.