1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-21 22:33:08 -05:00
This commit is contained in:
syuilo 2018-04-01 16:46:33 +09:00
parent 54776545b6
commit d36f5376e3

View file

@ -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 {