Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "inovyn", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Deliverables for the Inovyn project", | ||
@@ -5,0 +5,0 @@ "author": "Arundo Analytics", |
@@ -5,3 +5,3 @@ import { Request, Response } from 'express'; | ||
try { | ||
res.send('OK-backend'); | ||
res.send('OK-backend1'); | ||
} catch (err) { | ||
@@ -8,0 +8,0 @@ if (err instanceof Error) { |
Sorry, the diff of this file is not supported yet
4988096