mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 07:30:59 -07:00
YEE HAW
This commit is contained in:
parent
4183680082
commit
fd8c59314d
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