summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-06-02 11:11:36 -0100
committerGitHub <noreply@github.com>2019-06-02 11:11:36 -0100
commit42d077ea9914c4a862fb31efaf4bbb9d2b300c67 (patch)
tree4ee40d52a59a719365f488611a76ad0bfa59ac81 /lib
parent5d8521797ad39d4328b4b04ae387032b58d9e89c (diff)
parentf77883eb9218292a16f5fa78cecb18d9b0980011 (diff)
Merge pull request #551 from nextcloud/fixing-routes
fixing routes
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/CurlService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/CurlService.php b/lib/Service/CurlService.php
index 01eabb30..5be2ed40 100644
--- a/lib/Service/CurlService.php
+++ b/lib/Service/CurlService.php
@@ -58,7 +58,7 @@ class CurlService {
use TPathTools;
- const ASYNC_REQUEST_TOKEN = '/async/request/{token}';
+ const ASYNC_REQUEST_TOKEN = '/async/request/{token}/';
const USER_AGENT = 'Nextcloud Social';