chore: return 404 for update-my-current-challenge (#46042)

This commit is contained in:
Oliver Eyton-Williams
2022-05-18 15:39:52 +02:00
committed by GitHub
parent aaca146d2b
commit 21709a11cb
5 changed files with 56 additions and 40 deletions

View File

@@ -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();