Skip to content
Snippets Groups Projects
Commit 2e9ff45b authored by Larbi Gharib's avatar Larbi Gharib
Browse files

Username contacts

Change-Id: I993632f5872685cf1280eda07d0bbd162db35d6c
parent 036fd6ef
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ const api_path_delete_auth_contacts = "/api/auth/contacts";
const api_path_delete_admin_contacts = "/api/admin/contacts";
const api_path_blueprints = "/api/admin/policy";
const api_path_get_user_profile = "/api/auth/userprofile/";
const api_path_get_ns_name_from_addr = "/api/nameserver/addr/";
module.exports = {
uri,
......@@ -98,4 +99,5 @@ module.exports = {
api_path_put_update_group,
api_path_blueprints,
api_path_get_user_profile,
api_path_get_ns_name_from_addr,
};
This diff is collapsed.
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