Move backend to subdir
[brackets.git] / backend / routes / routes.go
1 package routes
2
3 import (
4 "net/http"
5 )
6
7 type Handler func(http.ResponseWriter, *http.Request)