🤖 Auto commit for release 'develop' on 2025-08-06

This commit is contained in:
JC5
2025-08-06 20:39:55 +02:00
parent 2428a2a7c5
commit dfe9b3e787
27 changed files with 474 additions and 462 deletions

View File

@@ -157,7 +157,8 @@ class DebugController extends Controller
return view('debug', compact('table', 'now', 'logContent'));
}
public function apiTest() {
public function apiTest()
{
return view('test.api-test');
}