mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 22:03:09 +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
|
||||
}));
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.send('YEE HAW');
|
||||
});
|
||||
|
||||
/**
|
||||
* Authetication
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue