mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 03:23:08 +02:00
YEE HAW
This commit is contained in:
parent
4b321ed8a3
commit
d4a33aae8e
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ app.use(cors({
|
||||||
origin: true
|
origin: true
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
app.get('/', (req, res) => {
|
||||||
|
res.send('YEE HAW');
|
||||||
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Authetication
|
* Authetication
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue