1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 06:55:26 +02:00

remove space

This commit is contained in:
n0str 2022-04-10 18:54:28 +03:00
parent e559d70e73
commit c8689d331c

View file

@ -21,7 +21,6 @@ app.use(express.urlencoded({ extended: true }));
app.use(cookieParser());
app.use(express.static(path.join(__dirname, '../../public')));
app.use('/', routes);
// error handler