### I tried this: ```wing bring cloud; let api = new cloud.Api(); let handler = inflight () => {}; api.get("/shared-handler" , handler); api.post("/shared-handler" , handler); api.get("/private-handler" , inflight () => {}); api.post("/private-handler" , inflight () => {}); ``` ### This happened:  notice missing POST on shared-handler ### I expected this:  ### Is there a workaround? _No response_ ### Anything else? _No response_ ### Wing Version 0.85.22 ### Node.js Version _No response_ ### Platform(s) _No response_ ### Community Notes <!-- Please keep this note for the community --> * Please vote by adding a 👍 reaction to the issue to help us prioritize. * If you are interested to work on this issue, please leave a comment.
I tried this:
This happened:
notice missing POST on shared-handler
I expected this:
Is there a workaround?
No response
Anything else?
No response
Wing Version
0.85.22
Node.js Version
No response
Platform(s)
No response
Community Notes