summaryrefslogtreecommitdiffstats
path: root/core/src/OC/routing.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/OC/routing.js')
-rw-r--r--core/src/OC/routing.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/OC/routing.js b/core/src/OC/routing.js
index 0531a6776a4..b978d92c500 100644
--- a/core/src/OC/routing.js
+++ b/core/src/OC/routing.js
@@ -28,8 +28,9 @@ import {
/**
* Creates a relative url for remote use
+ *
* @param {string} service id
- * @returns {string} the url
+ * @return {string} the url
*/
export const linkToRemoteBase = service => {
return realGetRootUrl() + '/remote.php/' + service