mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
YEE HAW
This commit is contained in:
parent
4183680082
commit
fd8c59314d
@ -22,6 +22,10 @@ app.use(cors({
|
||||
origin: true
|
||||
}));
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.send('YEE HAW');
|
||||
});
|
||||
|
||||
/**
|
||||
* Authetication
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user