Legacy endpoint for credentials
()
| 14175 | # SYSTEM MANAGEMENT ENDPOINTS |
| 14176 | # ============================================================================ |
| 14177 | |
| 14178 | @app.route('/api/system/check-updates') |
| 14179 | def check_updates(): |
| 14180 | """Report whether an update is available, and the state of the checkout. |
| 14181 | |
| 14182 | Every open dashboard tab polls this on a timer, so it is bounded, never |
nothing calls this directly
no test coverage detected