mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
I tried, and I failed. Mad props to those who wrote graphQL
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
//express for testing
|
||||
const express = require('express');
|
||||
const bodyParser = require('body-parser');
|
||||
const app = express();
|
||||
app.use(bodyParser.text());
|
||||
|
||||
//test the library
|
||||
const schema = require('./schema.js');
|
||||
|
||||
Reference in New Issue
Block a user