Initial commit
This commit is contained in:
8
internal/api/routes.go
Normal file
8
internal/api/routes.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package api
|
||||
|
||||
import "net/http"
|
||||
|
||||
var Routes = map[string]func(w http.ResponseWriter, r *http.Request){
|
||||
"/": Hello,
|
||||
"/file": LoadFile,
|
||||
}
|
||||
Reference in New Issue
Block a user