Exposing REST APIs using a Router URL

@plomteuxquentin SEO redirecting works! :wink: But there’s not way to add dynamic REST requests, for example " www.domain.com/api/getMember?id=xxx "

So I can use this method with functions that don’t accept parameters, but it’s impossible to use it with dynamic http functions that you need to pass them a value(s) in order to work well. :pensive: