forked from FoundKeyGang/FoundKey
Fix
This commit is contained in:
parent
54776545b6
commit
d36f5376e3
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