Skip to content
Snippets Groups Projects
Commit 39fa8cf0 authored by Maxime's avatar Maxime
Browse files

Add message when profile is created

parent adc5d1c3
No related branches found
No related tags found
No related merge requests found
...@@ -263,7 +263,8 @@ public class AdministrationServer implements IpuService{ ...@@ -263,7 +263,8 @@ public class AdministrationServer implements IpuService{
String res = profilManagerInterface.saveNewProfilFromJson(requestIndication.getRepresentation()); String res = profilManagerInterface.saveNewProfilFromJson(requestIndication.getRepresentation());
return new ResponseConfirm(StatusCode.STATUS_OK, res ); //return new ResponseConfirm(StatusCode.STATUS_OK, res );
return new ResponseConfirm(StatusCode.STATUS_OK, "{\"message\" : \"Profile is created.\"}" );
} }
else if("profileMatching".equals(tID[4])) else if("profileMatching".equals(tID[4]))
{//nscl/applications/CIMA/administration/profileMatching {//nscl/applications/CIMA/administration/profileMatching
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment