mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
fix setting api version endpoing
This commit is contained in:
@@ -9,7 +9,7 @@ class SettingsController extends Controller
|
||||
{
|
||||
public function getAppVersion(Request $request)
|
||||
{
|
||||
$version = Setting::getSetting('version', $request->header('company'));
|
||||
$version = Setting::getSetting('version');
|
||||
|
||||
return response()->json([
|
||||
'version' => $version,
|
||||
|
||||
Reference in New Issue
Block a user