Untitled

Anonymous
plain_text
01/30/2024 9:22 PM
176 B
19
Indexable
// CAMINHO: SRC/app.js

const router = require('./routes/routes');

app.use(router); // Esse vem depois do app.use(express.json())
Editor is loading...
Leave a Comment