1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00
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
*/