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.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 a new issue