Lims api working version with comments

This commit is contained in:
2025-09-22 20:16:56 +04:00
parent 412dce8941
commit 0a6fb98476
2 changed files with 85 additions and 132 deletions
@@ -187,4 +187,9 @@ class VisualLimsApiClient
return json_decode($response, true);
}
public function getBaseUrl()
{
return $this->baseUrl;
}
}