Fix
This commit is contained in:
parent
54776545b6
commit
d36f5376e3
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue