YEE HAW
This commit is contained in:
parent
4b321ed8a3
commit
d4a33aae8e
|
@ -22,6 +22,10 @@ app.use(cors({
|
||||||
origin: true
|
origin: true
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
app.get('/', (req, res) => {
|
||||||
|
res.send('YEE HAW');
|
||||||
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Authetication
|
* Authetication
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue