mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
announce OAuth2 implicit grant end-point the new way
This commit is contained in:
parent
02cee2c562
commit
2e309aae97
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
rel="remoteStorage"
|
||||
template="<?php echo WF_BASEURL; ?>/apps/remoteStorage/WebDAV.php/<?php echo WF_USER; ?>/remoteStorage/{category}/"
|
||||
api="WebDAV"
|
||||
auth="<?php echo WF_BASEURL; ?>/apps/remoteStorage/auth.php/<?php echo WF_USER; ?>">
|
||||
auth="<?php echo WF_BASEURL; ?>/?app=remoteStorage&getfile=auth.php/<?php echo WF_USER; ?>">
|
||||
</Link>
|
||||
<?php } ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue