wip
This commit is contained in:
parent
d3ed2761b9
commit
f5c55d46b7
5 changed files with 5 additions and 11 deletions
|
|
@ -6,8 +6,7 @@ import config from '../../config';
|
|||
import Post from '../../models/post';
|
||||
import withUser from './with-user';
|
||||
|
||||
const app = express();
|
||||
app.disable('x-powered-by');
|
||||
const app = express.Router();
|
||||
|
||||
app.get('/@:user/outbox', withUser(username => {
|
||||
return `${config.url}/@${username}/inbox`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue