ultima correzione ai commenti iniziali
All checks were successful
Deploy to VPS / build (push) Successful in 19s
Deploy to VPS / deploy (push) Successful in 22s

This commit is contained in:
AV77web 2026-07-14 15:23:59 +02:00
parent 3b6c27ab0d
commit 79cfa791d2
3 changed files with 23 additions and 0 deletions

View file

@ -1,3 +1,12 @@
//=======================================================
// File: asseganzione-cors.ts
// script per la gestione della rotta /assegnazione-cosri
// endpoint per l'assegnare i corsi ai dipendenti
// @author: "villari.andrea@libero.it"
// @version: "1.0.0 2026-07-14"
//=======================================================
import { Router } from "express"; import { Router } from "express";
import type { ResultSetHeader, RowDataPacket } from "mysql2"; import type { ResultSetHeader, RowDataPacket } from "mysql2";
import pool from "../db/pool.js"; import pool from "../db/pool.js";

View file

@ -1,3 +1,10 @@
//==============================================
// File: corsi.ts
// script per la gestione della rotta /corsi
// endpoint per accedere alla gestione dei corsi
// @author: "villari.andrea@libero.it"
// @version: "1.0.0 2026-07-14"
//=============================================
import { Router } from "express"; import { Router } from "express";
import type { ResultSetHeader, RowDataPacket } from "mysql2"; import type { ResultSetHeader, RowDataPacket } from "mysql2";
import pool from "../db/pool.js"; import pool from "../db/pool.js";

View file

@ -1,3 +1,10 @@
//==================================================
// File: statistice.ts
// script per la gestione della rotta /statistiche
// endpoint per la visualizzazione delle statistiche
// @author: "villari.andrea@libero.it"
// @version: "1.0.0 2026-07-14"
//==================================================
import { Router } from "express"; import { Router } from "express";
import type { RowDataPacket } from "mysql2"; import type { RowDataPacket } from "mysql2";
import pool from "../db/pool.js"; import pool from "../db/pool.js";