mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
7 lines
95 B
Go
7 lines
95 B
Go
package server
|
|
|
|
import "net/http"
|
|
|
|
func HandleAPI(w http.ResponseWriter, r *http.Request) {
|
|
|
|
}
|