szoverdffygyorgy / commsignia-homework

Vehicle simulator homework for Commsignia
0 stars 0 forks source link

Vehicle movement endpoint is /vehicle/:id #23

Open szoverdffygyorgy opened 2 months ago

szoverdffygyorgy commented 2 months ago

Current implementation has /vehicles/:id. The python script is looking for the one in the title.

Line 82. res = requests.post(f'{self.base_url}/vehicles/{self.id}', json=data)