Rest services not showing when deployed on a linux server

0
Rest services not showing when deployed on a linux server. The rest services get displayed with a microflow after setup. Is there a place i can specify that micro flow in the yaml file. Has anybody else had this problem. Thanks, Patrick
asked
1 answers
0

Like other appstore modules, you need to register additional request handler paths to make sure requests at 'rest/' are served. This works similarly to the deeplink module, see for example: https://forum.mendix.com/questions/6728/File-to-set-request-handlers

answered