initial commit
This commit is contained in:
7
handler_upload_video.go
Normal file
7
handler_upload_video.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func (cfg *apiConfig) handlerUploadVideo(w http.ResponseWriter, r *http.Request) {}
|
||||
Reference in New Issue
Block a user