leverage LFID as Authentication
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / components / profile / profileController.js
index 0660e19..5dbdf7b 100644 (file)
@@ -26,7 +26,7 @@
      * This is a provider for the user's uploaded public keys.
      */
     function PubKeys($resource, testapiApiUrl) {
-        return $resource(testapiApiUrl + '/profile/pubkeys/:id', null, null);
+        return $resource(testapiApiUrl + '/user/pubkeys/:id', null, null);
     }
 
     angular