[ARVADOS-WORKBENCH2] updated: 1.3.0-241-g45c43fb2

Git user git at public.curoverse.com
Fri Dec 28 04:14:51 EST 2018


Summary of changes:
 src/store/auth/auth-action-session.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  45c43fb22953b3f54d8e370017b7216c93e1cb83 (commit)
      from  bd89dd55a334e00cc5b4ca590687d667b896f1a0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 45c43fb22953b3f54d8e370017b7216c93e1cb83
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date:   Fri Dec 28 10:14:48 2018 +0100

    Fix bad url
    
    Feature #14348
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>

diff --git a/src/store/auth/auth-action-session.ts b/src/store/auth/auth-action-session.ts
index 46ecc441..43cf9f6d 100644
--- a/src/store/auth/auth-action-session.ts
+++ b/src/store/auth/auth-action-session.ts
@@ -56,7 +56,7 @@ const getTokenUuid = async (baseUrl: string, token: string): Promise<string> =>
         return Promise.resolve(uuid);
     }
 
-    const resp = await Axios.get(`${baseUrl}/api_client_authorizations`, {
+    const resp = await Axios.get(`${baseUrl}api_client_authorizations`, {
         headers: {
             Authorization: `OAuth2 ${token}`
         },

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list