Skip to content

Commit 6c32dbd

Browse files
committed
Update: comments
1 parent 4548459 commit 6c32dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ app.use(bodyParser.json());
1111

1212
// Usar el router para las rutas relacionadas con strings
1313
// http://localhost:3001/strings/recuperar
14-
// http://localhost:3001/strings/insertar?contenido=HolaDBAtlas
14+
// http://localhost:3001/strings/insertar?contenido=HolaMundo
1515
app.use('/strings', stringsRouter);
1616

1717
// Usar el router para las rutas relacionadas con strings

0 commit comments

Comments
 (0)