This commit is contained in:
syuilo 2016-12-30 02:17:30 +09:00
parent 4b321ed8a3
commit d4a33aae8e

View file

@ -22,6 +22,10 @@ app.use(cors({
origin: true
}));
app.get('/', (req, res) => {
res.send('YEE HAW');
});
/**
* Authetication
*/