tiqi-group / pydase

A flexible and robust Python library for creating, managing, and interacting with data services, with built-in support for web and RPC servers, and customizable features for diverse use cases.
MIT License
0 stars 1 forks source link

feat: add "custom.css" endpoint default Response #115

Closed mosmuell closed 3 months ago

mosmuell commented 3 months ago

Starting an application without providing a custom css file resulted in an 404 error. This MR adds a default response now yielding an empty css file.

image