Static Fullcalendar visible

This commit is contained in:
Riccardo
2021-01-06 09:41:48 +01:00
parent 436eb4410c
commit 07cbbf12de
10 changed files with 410 additions and 33 deletions

View File

@@ -18,13 +18,13 @@ dotenv.config();
app.use(cors());
app.get('/', (req, res) => {
res.json({
msg: 'GraphQL home!'
})
});
// app.get('/', (req, res) => {
// res.json({
// msg: 'GraphQL home!'
// })
// });
app.use('/graphql', graphqlHTTP({
app.use('/djhb58fytkh476dk45yh49', graphqlHTTP({
schema: schema,
graphiql: true
}));