Files
windmill/backend/windmill-api
Stephan Fitzpatrick 86e02f4655 refactor: simplify ssl_mode check per bot review
The ssl_mode values verify-ca and verify-full are already normalized
to 'require' earlier in the function (line 689), so we only need to
check for 'require' in the conditional.
2025-11-14 05:43:26 +00:00
..
2024-04-08 01:42:43 +02:00

Windmill API

The API server, exposing functionality to other components and the frontend

This crate exposes both a library as well as a binary target.