remove TODO

This commit is contained in:
danztran
2020-07-01 21:40:14 +07:00
parent c371e45067
commit 1e29cbea0a
@@ -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,