fix(upload): add some logging and cleanup
This commit is contained in:
@@ -27,7 +27,6 @@ func Start() {
|
||||
if err := http.ListenAndServe(":3000", nil); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func registerAuthorized(path string, f func(w http.ResponseWriter, r *http.Request)) {
|
||||
|
||||
Reference in New Issue
Block a user