Hi everyone Does anybody know how to change the path of a defined foxx service. I would like to have something like "IP/login" and "IP/register". By default it is accessible under "_db/..." path. The only way I found was to use a Webserver Like nginx to rewrite or restrict incoming URL paths. Is there a better solution?
Thanks in advance.