popup11
This commit is contained in:
parent
bef4281f33
commit
c588dc80bf
@ -5,7 +5,7 @@ const db = require("../database/database");
|
|||||||
router.get("/", async (req, res) => {
|
router.get("/", async (req, res) => {
|
||||||
const userId = 1;
|
const userId = 1;
|
||||||
|
|
||||||
const items = await db.query(
|
const [items] = await db.query(
|
||||||
`
|
`
|
||||||
SELECT
|
SELECT
|
||||||
items.id,
|
items.id,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user