python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Retrieve a default file at the root URL #340

Closed samuelhwilliams closed 4 years ago

samuelhwilliams commented 4 years ago

When hitting the root URL on the Eel server, try to retrieve a default file index.html. This default file is configurable through the start arg default_path.