1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 18:17:03 +00:00

Remove old REST API, closes #28

This commit is contained in:
James Hillyerd
2016-12-31 03:39:32 +00:00
parent 493efb04cd
commit c1e7de5e14
5 changed files with 25 additions and 700 deletions

View File

@@ -17,7 +17,7 @@ function deleteMessage(id) {
$('#message-content').empty();
$.ajax({
type: 'DELETE',
url: '/mailbox/' + mailbox + '/' + id,
url: '/api/v1/mailbox/' + mailbox + '/' + id,
success: loadList
})
}