We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4548459 commit 6c32dbdCopy full SHA for 6c32dbd
index.js
@@ -11,7 +11,7 @@ app.use(bodyParser.json());
11
12
// Usar el router para las rutas relacionadas con strings
13
// http://localhost:3001/strings/recuperar
14
-// http://localhost:3001/strings/insertar?contenido=HolaDBAtlas
+// http://localhost:3001/strings/insertar?contenido=HolaMundo
15
app.use('/strings', stringsRouter);
16
17
0 commit comments