Impl delete find filters for boltdb
This commit is contained in:
13
view/httpmeet.go
Normal file
13
view/httpmeet.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package view
|
||||
|
||||
import (
|
||||
"local/dndex/storage"
|
||||
"net/http"
|
||||
"path"
|
||||
)
|
||||
|
||||
func httpmeet(g storage.Graph, w http.ResponseWriter, r *http.Request) error {
|
||||
namespace := path.Base(r.URL.Path)
|
||||
w.Write([]byte(namespace))
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user