Gateway module, addservlet buit how to invoke it?

With …getGatewayContext().addServlet(“test”,com.xyz.TestServlet.class) we can add servlet in the Gateway scope of a module.

I woulld like to know the url to invoke this servlet :scratch:

localhost:8088/…?

at /main/system/{servletName}