fix: update fetchDigitalOutputsService.ts to use /api/cpl/digitalOutputsAPIHandler in development

This commit is contained in:
Ismail Ali
2025-04-26 19:48:57 +02:00
parent eae2cbd682
commit fc66346663
6 changed files with 8 additions and 25 deletions

View File

@@ -117,7 +117,7 @@ export default function TdrEinstellung({ slot }: Props) {
<div className="pt-4 flex justify-end">
<button
onClick={handleSave}
className="bg-blue-600 text-white px-4 py-2 rounded shadow hover:bg-blue-700"
className="bg-littwin-blue text-white px-4 py-2 rounded shadow hover:bg-blue-700"
>
💾 Einstellungen senden
</button>