8cfc2e2ec0
Previously, there was a distinction between GET requests to invalid URLs and all other requests. This was mainly because the upload-server only accepts GET requests, but that is not a hard limitation and may change in the future. Thus, it makes sense to return a 404 response for requests to invalid URLs regardless of the method used. |
||
---|---|---|
.. | ||
constants.ts | ||
helper.ts | ||
index.ts | ||
nginx.e2e.ts | ||
server-integration.e2e.ts | ||
start-test-upload-server.ts | ||
upload-server.e2e.ts |