summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-05-30 17:06:48 -0100
committerMaxence Lange <maxence@artificial-owl.com>2019-05-30 17:06:48 -0100
commitf77883eb9218292a16f5fa78cecb18d9b0980011 (patch)
tree1c76750872d92e8b2edf7890289228855761c1ee /lib
parenta5a085527335e38b12dbbdfdd2d58793fa2b281f (diff)
fixing routes
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
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';