From 6d3ed27151aef2231954864bb6db2c8e1d37d0bc Mon Sep 17 00:00:00 2001 From: Laurent Date: Fri, 26 Sep 2025 16:05:49 +0200 Subject: [PATCH] fix service uss --- LeStorage/Services.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeStorage/Services.swift b/LeStorage/Services.swift index ab288e9..7275cfa 100644 --- a/LeStorage/Services.swift +++ b/LeStorage/Services.swift @@ -36,7 +36,7 @@ let postDeviceTokenCall: ServiceCall = ServiceCall( let getUserDataAccessCallContent: ServiceCall = ServiceCall( path: "data-access-content/", method: .get, requiresToken: true) let userAgentsCall: ServiceCall = ServiceCall( - path: "user-agents/", method: .get, requiresToken: true) + path: "user-supervisors/", method: .get, requiresToken: true) /// A class used to send HTTP request to the django server public class Services {