Skip to content

Commit e719828

Browse files
committed
Cambiando letrero
1 parent 9b1cd46 commit e719828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const app = express();
99
const numeroPuerto = process.env.PORT;
1010

1111
app.get("/", (req, res) => {
12-
res.send("Plantilla del servidor para Netlify y GatsbyJS");
12+
res.send("Plantilla del servidor para Netlify y GatsbyJS para prueba");
1313
});
1414

1515
const server = new ApolloServer({ typeDefs, resolvers });

0 commit comments

Comments
 (0)