mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 11:13:11 +02:00
feat: Comments translation to EN
This commit is contained in:
+2
-2
@@ -8,10 +8,10 @@ const PORT = process.env.PORT || 3000;
|
||||
app.use(cors());
|
||||
app.use(express.json());
|
||||
|
||||
// Service du moteur de calcul situé à la racine
|
||||
// Serve the calculation engine located at the root
|
||||
app.use('/pkCore.js', express.static(path.join(__dirname, '../pkCore.js')));
|
||||
|
||||
// Service des fichiers statiques frontend
|
||||
// Serve frontend static files
|
||||
app.use(express.static(path.join(__dirname, '../frontend')));
|
||||
|
||||
app.listen(PORT, () => {
|
||||
|
||||
Reference in New Issue
Block a user