update test webhook

This commit is contained in:
joseph le 2023-10-02 16:31:57 +07:00
parent a035b94e7b
commit 8099522cc4
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ const cors = require("cors");
app.use(cors());
app.get("/api/products", (req, res) => {
const data = [
{
PID: "N9K-C9372PX",

View File

@ -23,7 +23,7 @@ const App = () => {
<h1>Demo Git Webhook</h1>
{allProducts.map((pro) => (
<div>
<h3 style={{ backgroundColor: "red" }}>
<h3 style={{ backgroundColor: "blue" }}>
SN: {pro.SN}
</h3>
<p>PID: {pro.PID}</p>