From 2d6ae6b302b267478a6079af1f11c668dfffce6b Mon Sep 17 00:00:00 2001 From: Deshayes Yann Date: Fri, 20 Mar 2020 17:23:52 +0100 Subject: [PATCH] Update profile URL --- src/model/Profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/Profile.js b/src/model/Profile.js index 6ee869cd..8fac54bd 100644 --- a/src/model/Profile.js +++ b/src/model/Profile.js @@ -1,7 +1,7 @@ import Ressource from "./Ressource"; import { getConfig } from "../config"; -const url = "/platform/profiles/:id"; +const url = "/v1/profiles/:id"; const paramDefaults = {}; const createableField = [ "id",