From 7a83c2c943428016e3303dabadd8c6ef93abf8d0 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 28 Jan 2017 11:22:45 -0500 Subject: [PATCH] #resist --- lib/src/routes/routes.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/routes/routes.dart b/lib/src/routes/routes.dart index ea0b218b..c4c34b34 100644 --- a/lib/src/routes/routes.dart +++ b/lib/src/routes/routes.dart @@ -32,8 +32,6 @@ configureAfter(Angel app) async { await app.sendRequest(e.request, req, res); }; - app.get('/trump', () => throw new Exception('MAGA')); - // Throw a 404 if no route matched the request app.after.add(errors.throwError());