You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2019/05/20 04:04:07 UTC

[airavata-php-gateway] branch tus-integration updated: changing tus end point to scigap

This is an automated email from the ASF dual-hosted git repository.

smarru pushed a commit to branch tus-integration
in repository https://gitbox.apache.org/repos/asf/airavata-php-gateway.git


The following commit(s) were added to refs/heads/tus-integration by this push:
     new 224879e  changing tus end point to scigap
224879e is described below

commit 224879ed966e289edbbf2ac789319c0436ec9ef9
Author: Suresh Marru <sm...@apache.org>
AuthorDate: Mon May 20 00:03:57 2019 -0400

    changing tus end point to scigap
---
 app/libraries/ExperimentUtilities.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php
index 4c4eb27..58a1445 100755
--- a/app/libraries/ExperimentUtilities.php
+++ b/app/libraries/ExperimentUtilities.php
@@ -925,7 +925,7 @@ class ExperimentUtilities
                                         hideUploadButton: true,
                                         hideAfterFinish: false
                                     })
-                                    .use(Uppy.Tus, {endpoint: "https://tus.airavata.org/files/"})
+                                    .use(Uppy.Tus, {endpoint: "https://tus.scigap.org/files/"})
                   
                                 uppy.on("complete", (result) => {
                                     console.log("Upload complete! We’ve uploaded these files:", result.successful)