add '/' to join path in endpoint
This commit is contained in:
parent
e877c54f30
commit
af107d8c79
@ -276,7 +276,7 @@ Cherchons par exemple, dans les sous-groupes du garage, un groupe privé nommé
|
|||||||
L'ID du groupe Garagenum est 4160307
|
L'ID du groupe Garagenum est 4160307
|
||||||
>>>
|
>>>
|
||||||
>>>
|
>>>
|
||||||
>>> gn_endpoint = endpoint + gn_id + "/subgroups"
|
>>> gn_endpoint = endpoint + "/" + gn_id + "/subgroups"
|
||||||
>>>
|
>>>
|
||||||
>>> payload = {'search': 'interventions'}
|
>>> payload = {'search': 'interventions'}
|
||||||
>>>
|
>>>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user