mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Fix
This commit is contained in:
parent
13949270d2
commit
7fe9c9e73f
@ -8,7 +8,7 @@ const app = express();
|
||||
app.disable('x-powered-by');
|
||||
app.use(bodyParser.json());
|
||||
|
||||
app.get('/@:user/inbox', async (req, res) => {
|
||||
app.post('/@:user/inbox', async (req, res) => {
|
||||
let parsed;
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user