How do I view robots.txt files in localhost?

63 Views Asked by At

I have created a robots.txt file in an aurelia project and I want to check if it works correctly, how can I know if the file is working.

is there any way to see it from my localhost?

enter image description here

content of the robots.txt file

User-agent: *
Disallow: /

the file is created, I was hoping to visualize it.

0

There are 0 best solutions below