opengisch / qfieldsync

Sync your projects to QField
https://qfield.org/
GNU Lesser General Public License v3.0
55 stars 25 forks source link

Do not add the `/api/v1` if not reneeded #607

Closed edouardbruelhart closed 1 week ago

edouardbruelhart commented 3 months ago

Here I propose to ignore paths that start with "/api" or that are equal to "/" to remove unnecessary parts, but to keep other ones to avoid 404 errors.

suricactus commented 3 months ago

This PR fixes https://github.com/opengisch/qfieldsync/issues/605#issuecomment-2298187889