From 5eff9ea1fea88473b079375a436b013b82543f56 Mon Sep 17 00:00:00 2001 From: "tom.ryser" <tom.ryser@etu.hesge.ch> Date: Mon, 24 Feb 2025 11:39:47 +0100 Subject: [PATCH] SonarTest --- microservices/helloworld/src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microservices/helloworld/src/app.ts b/microservices/helloworld/src/app.ts index 0cfc19e9..e2b79a3b 100644 --- a/microservices/helloworld/src/app.ts +++ b/microservices/helloworld/src/app.ts @@ -1,4 +1,4 @@ import Server from './express/Server'; - +// Test for sonar new Server().run(); \ No newline at end of file -- GitLab