You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dav.html page on a root / of my site but I wish to browse /dav/ folder.
Can we make it configurable?
For example I can put a data attr to <body> like: <body data-dav-root="/dav/">
I see that a State class receives in a constructor the
window.location and use it to teremine a path.
The text was updated successfully, but these errors were encountered:
I have a dav.html page on a root / of my site but I wish to browse /dav/ folder.
Can we make it configurable?
For example I can put a data attr to
<body>
like:<body data-dav-root="/dav/">
I see that a State class receives in a constructor the
window.location and use it to teremine a path.
The text was updated successfully, but these errors were encountered: