This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
michael
/
nas-webdav
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
.
master
michael
4 years ago
parent
9dad183347
commit
3221ca7745
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/index.ts
+ 1
- 1
src/index.ts
View File
@@ -111,7 +111,7 @@ let log;
ctx.response.setHeader(
'Access-Control-Expose-Headers',
'DAV, Content-Length, Allow
, Last-Modified
',
'DAV, Content-Length, Allow',
);
ctx.response.setHeader('MS-Author-Via', 'DAV');
ctx.setCode(200);
Write
Preview
Loading…
Cancel
Save