forked from DebaucheryLibrarian/traxxx
Separated user page stash component.
This commit is contained in:
@@ -44,6 +44,7 @@ const {
|
||||
} = require('./tags');
|
||||
|
||||
const {
|
||||
createStash,
|
||||
stashActor,
|
||||
stashScene,
|
||||
stashMovie,
|
||||
@@ -84,6 +85,7 @@ async function initServer() {
|
||||
|
||||
router.post('/api/users', signup);
|
||||
|
||||
router.post('/api/stashes', createStash);
|
||||
router.patch('/api/stashes/:stashId', updateStash);
|
||||
|
||||
router.post('/api/stashes/:stashId/actors', stashActor);
|
||||
|
||||
Reference in New Issue
Block a user