As the title says I'm getting errors on a super simple REST API Module.
It used to work in APEX but I had to migrate to ORDS. It's a GET handler, Sourcetype Query, Format CSV, is published.
Query is SELECT * FROM TableName
As far as I can tell, it should just work but every time I go to the URL 404 Not Found.
What am I missing that's different in ORDS that might be tripping me up?
Thanks!