Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoLeonel committed May 15, 2024
1 parent a4ad1c2 commit 08781f1
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 08781f1

Please sign in to comment.