fix(server): typo in commit router

closes #9345
This commit is contained in:
Berkeley Martinez
2016-07-05 18:37:35 -07:00
parent 2f87c03611
commit 0418c71509

View File

@ -82,7 +82,7 @@ export default function commit(app) {
);
app.use(api);
app.use(':/lang', router);
app.use('/:lang', router);
function commitToNonprofit(req, res, next) {
const { user } = req;