mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-17 22:19:42 +02:00
preparing for v0.5
This commit is contained in:
7
src/api/v1/index.go
Normal file
7
src/api/v1/index.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package v1
|
||||
|
||||
import "net/http"
|
||||
|
||||
func Index(w http.ResponseWriter, r *http.Request) {
|
||||
w.Write([]byte("API ready"))
|
||||
}
|
||||
Reference in New Issue
Block a user