Files
gun-manager-backend/Handlers/Photo/Index.go
2023-08-07 10:14:38 -04:00

9 lines
92 B
Go

package Photo
import (
"net/http"
)
func Get(w http.ResponseWriter, r *http.Request) {
}