How to overwrite system api endpoint?
Hello, I wanna use create custom
My api in
My example
auth/me endpoint handler, which would handle this request somehow differently, I have added this api to my main.wasp file, but when I make request to auth/me old handler is used. Is there a way to kind of overwrite system api endpoints?My api in
main.wasp:My example
authMe file: