Browse Source

trigger Jenkins that failed due to internet connection problems

Konstantinos Spartalis 1 month ago
parent
commit
15394c6532
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/routes/version.js

+ 1 - 1
backend/routes/version.js

@@ -12,7 +12,7 @@ const router = express.Router({
 
 /**
  * /api/version/check
- */
+ */ 
 router
     .route("/check")
     .options((_, res) => {