mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-13 03:43:45 +02:00
StyleCI cleanup
This commit is contained in:
@@ -66,7 +66,7 @@ class ServiceController extends Controller
|
||||
|
||||
if ($file === 'index.js') {
|
||||
return response($service->index_file)->header('Content-Type', 'text/plain');
|
||||
} else if ($file === 'main.json') {
|
||||
} elseif ($file === 'main.json') {
|
||||
return response()->json($this->getConfiguration($service->id));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user