Hi, everyone! I have API server with 100+ endpoints like:
http://domain/v1/topics/<topic_id>/volumes/<volume_id>
When it was totaly about 20, i just added new ones.
Now I have about 100+ endpoints.
Difference only in topics_id and volume_id.
Question.
Can I Have some regexp in “targets” or some trick to have a multiple targets in one record?
Thanx!