Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing web routes #328

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Testing web routes #328

wants to merge 2 commits into from

Commits on Oct 14, 2024

  1. feat: add favicon.ico for browser icon

    While adding this, I discovered that the fallback service was
    overwritten by a 404 fallback, so static files were not being served
    correctly from the root URL: http://glados/
    
    This 404 handler was first added in
    ethereum#64
    but this seems to have been a mistake, since the fallback doesn't get
    invoked in the use case for the issue.
    
    I confirmed that 404s are still returned by a missing url like:
    http://glados/UNSUPPORTED_PATH
    carver committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    78ef5c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4444475 View commit details
    Browse the repository at this point in the history