Adding a subdomain to my google engine project?

I created a Google engine project. I just successfully mapped it to the new domain. The name of my project is "grape". Therefore, by default it is published at http://www.grape.appspot.com . I matched it with http://www.grape.com , which is awesome.

Now I would like to create a new project with the application engine and display it:

http://api.grape.com

how do i do this? I think it's possible, I'm just not sure where I would do this mapping? Since I have grape.com, I hope I can match the new project with t.

The main idea was to have one project that is responsible for the UI stuff, and then a second project that is responsible for the public api, which would be great.

+5
source share
1 answer

The instruction in docs is applicable to matching the application with the http://api.grape.comsame way as to matching it with http://api.grape.com- just do not skip step 5 in the instructions, as it says

If you want to display your application on the www subdomain , skip the rest of this step and continue with step 6 in this list.

therefore, I assume that you missed this for your first part. You just need to type apiin the box Web Addressas shown in step 5!

+6
source

All Articles