From bf4b652013fe7f73584213a8d67c529f889910e6 Mon Sep 17 00:00:00 2001 From: joseph le Date: Fri, 13 Oct 2023 16:49:43 +0700 Subject: [PATCH] change color and data --- server/index.js | 2 +- website/src/App.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/index.js b/server/index.js index e618539..036d55b 100644 --- a/server/index.js +++ b/server/index.js @@ -9,7 +9,7 @@ app.get("/api/products", (req, res) => { { PID: "N9K-C9372PX", VID: "V03", - SN: "LUAN948TVZW", + SN: "SAL1948TVZW", line: [100, 200, 300], fileName: "20230929-TEST01-Session.Port6-8-172.16.20.7.log", warehouse: "AU", diff --git a/website/src/App.js b/website/src/App.js index 01cef90..9f863d6 100644 --- a/website/src/App.js +++ b/website/src/App.js @@ -23,7 +23,7 @@ const App = () => {

Demo Git Webhook

{allProducts.map((pro) => (
-

+

SN: {pro.SN}

PID: {pro.PID}