@@ -14,9 +14,12 @@ app.post('/api/v1/user/new', (req, res) => {
})
// Text Routes
// Add a new text
app.post('/api/v1/text/new', (req, res) => {
res.send('Create new text')
// Queue a text for sending
app.post('/api/v1/text/queue', (req, res) => {
res.send('Queue text')
The note is not visible to the blocked user.