mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
Worked on the schema code
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
const express = require('express');
|
||||
const bodyParser = require('body-parser');
|
||||
const app = express();
|
||||
|
||||
app.use(bodyParser.text());
|
||||
|
||||
//test the library
|
||||
@@ -20,4 +21,4 @@ app.post('/simpleql', async (req, res) => {
|
||||
//startup
|
||||
app.listen(process.env.WEB_PORT || 3100, err => {
|
||||
console.log(`listening to *:${process.env.WEB_PORT || 3100}`);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user