update route
This commit is contained in:
parent
719fc668a0
commit
1d24712819
|
|
@ -3,7 +3,7 @@ const app = express();
|
|||
const cors = require("cors");
|
||||
app.use(cors());
|
||||
|
||||
app.get("/", (req, res) => {
|
||||
app.get("/api/", (req, res) => {
|
||||
const data = [
|
||||
{
|
||||
PID: "N9K-C9372PX",
|
||||
|
|
|
|||
Loading…
Reference in New Issue