mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -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
|
||||
}));
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.send('YEE HAW');
|
||||
});
|
||||
|
||||
/**
|
||||
* Authetication
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue