diff --git a/server/index.js b/server/index.js index f588ccc..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: "SSSSAL1948TVZW", + 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 96c5b9a..01cef90 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}