mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Removed directory creation.
This commit is contained in:
parent
6aaffe20d9
commit
d2e162edbf
@ -19,10 +19,6 @@ app.use(express.urlencoded({ extended: false }));
|
||||
app.use(cookieParser());
|
||||
app.use(express.static(path.join(__dirname, 'public')));
|
||||
|
||||
if ( !fs.existsSync( "./src/_importedplugins" ) ) {
|
||||
fs.mkdirSync( "./src/_importedplugins" );
|
||||
}
|
||||
|
||||
app.use('/', indexRouter);
|
||||
app.use('/api/atc', atcRouter);
|
||||
app.use('/api/airbases', airbasesRouter);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user