Skip to content

Commit

Permalink
Removed support for POST method
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienCastex committed May 13, 2017
1 parent 4edab34 commit 98a75e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lib/server/commands/Commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
var NotImplemented_1 = require("./NotImplemented");
var Propfind_1 = require("./Propfind");
var Mkcol_1 = require("./Mkcol");
var Post_1 = require("./Post");
var Get_1 = require("./Get");
exports.default = {
NotImplemented: NotImplemented_1.default,
Propfind: Propfind_1.default,
Mkcol: Mkcol_1.default,
Post: Post_1.default,
Get: Get_1.default
};
2 changes: 0 additions & 2 deletions src/server/commands/Commands.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import NotImplemented from './NotImplemented'
import Propfind from './Propfind'
import Mkcol from './Mkcol'
import Post from './Post'
import Get from './Get'

export default {
NotImplemented,
Propfind,
Mkcol,
Post,
Get
}
2 changes: 0 additions & 2 deletions src/server/commands/Post.ts

This file was deleted.

0 comments on commit 98a75e5

Please sign in to comment.