angular-cn/aio/aio-builds-setup/dockerbuild/scripts-js/lib/verify-setup
Georgios Kalpakas 8cfc2e2ec0 refactor(aio): unify error messages for invalid requests to upload-server
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.
2017-07-10 12:30:45 +01:00
..
constants.ts refactor(aio): use dedicated `constants.ts` file for e2e-specific constants 2017-07-10 12:30:45 +01:00
helper.ts feat(aio): use shorter URLs for previews 2017-06-29 09:35:22 -07:00
index.ts ci(aio): add initial implementation for aio-builds setup 2017-03-07 18:24:45 -08:00
nginx.e2e.ts feat(aio): use shorter URLs for previews 2017-06-29 09:35:22 -07:00
server-integration.e2e.ts refactor(aio): use dedicated `constants.ts` file for e2e-specific constants 2017-07-10 12:30:45 +01:00
start-test-upload-server.ts refactor(aio): use dedicated `constants.ts` file for e2e-specific constants 2017-07-10 12:30:45 +01:00
upload-server.e2e.ts refactor(aio): unify error messages for invalid requests to upload-server 2017-07-10 12:30:45 +01:00