mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Fix
This commit is contained in:
parent
13949270d2
commit
7fe9c9e73f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue