feat: added a side bar
This commit is contained in:
11
app/internal/handlers/volunteer_schedual.go
Normal file
11
app/internal/handlers/volunteer_schedual.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func VolunteerSchedualHandler(w *http.ResponseWriter, r http.Request) {
|
||||
|
||||
fmt.Print("Not Implementated Yet!!!")
|
||||
}
|
||||
Reference in New Issue
Block a user