event api v1
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
package api
|
||||
|
||||
import (
|
||||
@@ -26,8 +25,6 @@ func HandleDeleteEvent(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
log.Println(res)
|
||||
|
||||
// TODO sql request to remove content
|
||||
|
||||
core.JSONSuccess{
|
||||
Status: core.Success,
|
||||
Message: "Event deleted.",
|
||||
|
||||
Reference in New Issue
Block a user