Merge branch 'fronkdev' into 'master'

Changed addRemark rimo api call to POST

See merge request fronk/thetool!1066
This commit is contained in:
Frank Schubert
2025-03-05 14:05:53 +00:00

View File

@@ -476,7 +476,7 @@ class Rimoapi {
$ctx_opts = [
'http' => [
'method' => 'GET',
'method' => 'POST',
'header' => 'accept: application/json'
]
];