We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1cd46 commit e719828Copy full SHA for e719828
index.js
@@ -9,7 +9,7 @@ const app = express();
9
const numeroPuerto = process.env.PORT;
10
11
app.get("/", (req, res) => {
12
- res.send("Plantilla del servidor para Netlify y GatsbyJS");
+ res.send("Plantilla del servidor para Netlify y GatsbyJS para prueba");
13
});
14
15
const server = new ApolloServer({ typeDefs, resolvers });
0 commit comments