Skip to content

Commit

Permalink
Merge pull request #93 from Skill-Sync/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
MOHAMMED1MEDHAT authored Sep 21, 2023
2 parents 4360e2c + 84bb824 commit 2ced920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const meetingsRouter = require('./routes/meeting.routes');
//--------------------------------//
const app = express();
if (process.env.NODE_ENV === 'development') app.use(morgan('dev'));
else app.use(morgan(''));
else app.use(morgan('dev'));

app.use(cors());
app.options('*', cors());
Expand Down

0 comments on commit 2ced920

Please sign in to comment.