gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 33/459: bugfix


From: gnunet
Subject: [reclaim-ui] 33/459: bugfix
Date: Fri, 11 Jun 2021 23:22:05 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit cc343f22acc7169d88b84a9248fe5d360e8f165a
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Sun Apr 14 18:34:39 2019 +0200

    bugfix
---
 src/app/reclaim.service.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/reclaim.service.ts b/src/app/reclaim.service.ts
index 29ccad6..d626c21 100644
--- a/src/app/reclaim.service.ts
+++ b/src/app/reclaim.service.ts
@@ -28,7 +28,7 @@ export class ReclaimService {
 
   deleteAttribute(identity: Identity, attribute: Attribute)
   {
-    return this.http.delete(this.config.get().apiUrl + '/reclaim/attributes' +
+    return this.http.delete(this.config.get().apiUrl + '/reclaim/attributes/' +
                             identity.name + '/' + attribute.id);
   }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]