implamented Aroll cuter
This commit is contained in:
@@ -2,6 +2,7 @@ package handlers
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"log"
|
||||
"net/http"
|
||||
"os"
|
||||
|
||||
@@ -57,5 +58,7 @@ func ExportHandler(st *store.Store, hub *ws.Hub) http.HandlerFunc {
|
||||
}()
|
||||
|
||||
w.WriteHeader(http.StatusAccepted)
|
||||
|
||||
log.Println("Export handler works")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user