https://test.robsul.com/robots.txt

Routing

app_fizzbuzz_show Matched route

Route Parameters

Name Value
id
"robots.txt"

Route Matching Logs

Path to match: /robots.txt
# Route name Path Log
1 app_fizzbuzz_index / Path does not match
2 app_fizzbuzz_desafio1 /desafio1/fizz/buzz Path does not match
3 app_fizzbuzz_list /desafio2 Path does not match
4 app_fizzbuzz_new /new Path does not match
5 app_fizzbuzz_show /{id} Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.