🤖 Auto commit for release 'develop' on 2025-05-05

This commit is contained in:
JC5
2025-05-05 05:25:13 +02:00
parent 22e092b513
commit 3760aabf13
14 changed files with 57 additions and 52 deletions

View File

@@ -142,6 +142,7 @@ class JavascriptController extends Controller
return response()
->view('v2.javascript.variables', $data)
->header('Content-Type', 'text/javascript');
->header('Content-Type', 'text/javascript')
;
}
}