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.disable('x-powered-by');
app.use(bodyParser.json()); app.use(bodyParser.json());
app.get('/@:user/inbox', async (req, res) => { app.post('/@:user/inbox', async (req, res) => {
let parsed; let parsed;
try { try {