freeCodeCamp/api-server
Oliver Eyton-Williams 1ad5f756e0 fix(api): remove redirects from api
They should be handled either by nginx or by the client. Turned out a
lot of code, including the path migration, existed to support them.
Hence the large number of removals
2020-09-01 11:35:44 +05:30
..
common fix: redirect to email sign up on first login 2020-08-05 14:01:47 +05:30
public chore: fix typos in spelling (#38100) 2020-02-08 23:59:10 +05:30
server fix(api): remove redirects from api 2020-09-01 11:35:44 +05:30
.babelrc.js fix(api): add toLowerCase method to email (#38586) 2020-04-24 16:23:29 +05:30
.gitignore fix(api): remove redirects from api 2020-09-01 11:35:44 +05:30
development-start.js feat(tools): add helper for testing webhooks locally 2020-03-19 17:18:53 +05:30
jest.config.js feat: Use prettier-eslint to format code 2019-02-19 14:30:27 +05:30
package-lock.json fix: harden username blocklist (#39281) 2020-07-28 10:35:56 +02:00
package.json fix: harden username blocklist (#39281) 2020-07-28 10:35:56 +02:00
production-start.js fix: rename app entrypoints 2019-08-14 19:23:24 +05:30