Exactly
The reason for this is Koa (Strapi’s backend framework it uses) match routes based on regex, and does so in order of the JSON file from top to bottom.
This means “/observations/gallery” looks like gallery is the :id 
Exactly
The reason for this is Koa (Strapi’s backend framework it uses) match routes based on regex, and does so in order of the JSON file from top to bottom.
This means “/observations/gallery” looks like gallery is the :id 