mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-25 04:00:43 -04:00
chore: return 404 for update-my-current-challenge (#46042)
This commit is contained in:
committed by
GitHub
parent
aaca146d2b
commit
21709a11cb
@@ -1,5 +1,5 @@
|
||||
import { getRedirectParams } from '../utils/redirection';
|
||||
import { deprecatedEndpoint } from '../utils/deprecatedEndpoint';
|
||||
import { deprecatedEndpoint } from '../utils/disabled-endpoints';
|
||||
|
||||
module.exports = function (app) {
|
||||
const router = app.loopback.Router();
|
||||
|
||||
Reference in New Issue
Block a user