Adding a dot to a route in TS Start
I want to have a
heartbeats.bulk
endpoint but when I rename my API route file to heartbeats.bulk.ts
the route becomes /heartbeats/bulk
. How can I go around this?4 Replies
equal-aqua•5mo ago
not yet. will soon be possible
secure-lavenderOP•5mo ago
gotcha, thanks anyways!
Is there a beta version or something similar which does allow this? I can't change what the API route path is because of third party clients :/
equal-aqua•5mo ago
no version yet released with that feature
hopefully we'll do that soon
secure-lavenderOP•5mo ago
got it, thanks again