Comparing version 1.2.8 to 1.2.9
{ | ||
"name": "inovyn", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"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'); | ||
res.send('OK-be'); | ||
} catch (err) { | ||
@@ -8,0 +8,0 @@ if (err instanceof Error) { |
4988114