Skip to content

Commit

Permalink
Merge pull request #7 from WERIFY-EU/fix_i18next
Browse files Browse the repository at this point in the history
fix path
  • Loading branch information
LuchoLeonel authored May 15, 2024
2 parents a4ad1c2 + 08781f1 commit e8e880b
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 @@ -10,7 +10,7 @@ const aocRoutes = require('./routes/aoc');
const murciaRoutes = require('./routes/murcia');
const path = require('path');
const mongoose = require('mongoose');
const i18next = require('./config/i18n');
const i18next = require('./i18n');
const middleware = require('i18next-http-middleware');
const { Certificate } = require('crypto');
const app = express();
Expand Down

0 comments on commit e8e880b

Please sign in to comment.