mirror of
https://github.com/pushbits/server.git
synced 2025-07-30 06:39:13 +02:00
get delete messages to work
This commit is contained in:
parent
b392ea1b44
commit
eebc7f7e31
7 changed files with 103 additions and 18 deletions
5
internal/api/errors.go
Normal file
5
internal/api/errors.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package api
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrorMessageNotFound = errors.New("Message not found")
|
Loading…
Add table
Add a link
Reference in a new issue