annotation

This commit is contained in:
2024-11-27 18:10:09 +02:00
parent ad4eef17f5
commit 824249ed75
3 changed files with 14 additions and 21 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import helmet from 'helmet';
import { v4 as uuidv4 } from 'uuid';
/**
* The Web Server class, manages all request from the web pllatform, manages the APIs
* The Web Server class, manages all request from the web platform, manages the APIs
*/
class WebServer {
name = 'webServer';