mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 01:08:31 +02:00
restructured the project to comply community guideline, for others check release note
This commit is contained in:
7
internal/api/v1/index.go
Normal file
7
internal/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