Update description for 'get_user_id' route

Clarified the purpose of the 'get_user_id' route by specifying that it retrieves the user ID from the e-conomic customer number. This improves code readability and developer understanding.
This commit is contained in:
Jepp9350
2025-02-21 08:39:02 +01:00
parent c95daeb619
commit adc44eee9b
+1 -1
View File
@@ -177,7 +177,7 @@ class userRoute
}
},
[
'get_user_id' => 'Get user id'
'get_user_id' => 'Get user id from e-conomic customer number.'
]
);
}