update test webhook
This commit is contained in:
parent
a035b94e7b
commit
8099522cc4
|
|
@ -4,6 +4,7 @@ const cors = require("cors");
|
|||
app.use(cors());
|
||||
|
||||
app.get("/api/products", (req, res) => {
|
||||
|
||||
const data = [
|
||||
{
|
||||
PID: "N9K-C9372PX",
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue