update port checking on prod

This commit is contained in:
2021-07-21 12:20:06 +01:00
parent 3268cca452
commit ea56f9e228
8 changed files with 380 additions and 15 deletions
+1
View File
@@ -1,6 +1,7 @@
function Error({ statusCode }) {
return (
<p>
An error....
{statusCode
? `An error ${statusCode} occurred on server`
: "An error occurred on client"}