xpodev / seamless

A Python package for creating and manipulating HTML components. It is working similar to React.js, but in Python.
https://seamless.readthedocs.io
MIT License
11 stars 1 forks source link

Remove static handler from the middlewares #22

Closed neriyaco closed 5 months ago

neriyaco commented 6 months ago

The added /static routes and cause conflicts, this should be handled by the user.

The JavaScript file should be either from CDN or NPM.