In java using std env you need to change the service (module) name to "default" in appengine-web.xml, ex:
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> <application>your app</application> <module>default</module> And of course change the name to another name on your current default module. Should be simiular in other languages as well, for 2:nd gen or flex env I don't know, probably you need to change something in a yaml file or whatever popular these days. On Friday, May 8, 2020 at 3:04:31 PM UTC+2, Kanti Vekariya wrote: > > > I want to replace default service to the first service how to do? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/b49036f1-c425-4da2-8b78-4f2006d1347c%40googlegroups.com.
