From 1e29cbea0aec1678e9abc89a40c8380c454955ed Mon Sep 17 00:00:00 2001 From: danztran Date: Wed, 1 Jul 2020 21:40:14 +0700 Subject: [PATCH] remove TODO --- plugins/auth-backend/src/service/router.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/auth-backend/src/service/router.ts b/plugins/auth-backend/src/service/router.ts index 47f119ae23..b2094967f7 100644 --- a/plugins/auth-backend/src/service/router.ts +++ b/plugins/auth-backend/src/service/router.ts @@ -56,7 +56,6 @@ export async function createRouter( router.use(bodyParser.urlencoded({ extended: false })); router.use(bodyParser.json()); - // TODO: read from app config const config = { backend: { baseUrl: backendUrl,