Closed tkrotoff closed 2 years ago
By using uppercase (GET, POST, PUT...) it better describes that it is HTTP verbs.
And it removes some code: https://github.com/pmu-tech/stub-server/blob/v0.3.4/src/stubServer.ts#L68-L69
Done in https://github.com/pmu-tech/stub-server/pull/34, v0.5.0
By using uppercase (GET, POST, PUT...) it better describes that it is HTTP verbs.
And it removes some code: https://github.com/pmu-tech/stub-server/blob/v0.3.4/src/stubServer.ts#L68-L69