0xB10C / miningpool-observer

Transparency for Mining Pool Transaction Selection
https://miningpool.observer
MIT License
55 stars 13 forks source link

fix: requests to /robots.txt return 404 #8

Closed 0xB10C closed 3 years ago

0xB10C commented 3 years ago

The old robots_txt() handler function did not take custom www-dirs into account. As the robots.txt file is not expected to change, it can be served via static string.

closes #3