Skip to content

Commit

Permalink
MOL-487/MOL-488: renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
tdang1-shopmacher committed Oct 10, 2024
1 parent 8071f9c commit 60c6b46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/src/routes/processor.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Router } from 'express';
import { post } from '../controllers/processor.controller';
import { install, healthCheck, uninstall, mollieStatus } from '../controllers/connector.controller';
import { readConfiguration } from '../utils/config.utils';
import { oauthMiddleware } from '../middleware/oauth.middleware';
import { oauthMiddleware } from '../middleware/oauth2.middleware';

const serviceRouter = Router();
const AUTH_MODE = readConfiguration().commerceTools.authMode === '1';
Expand Down

0 comments on commit 60c6b46

Please sign in to comment.