diff --git a/main.go b/main.go index 4a6090f..35da949 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ func main() { // /hello endpoint http.HandleFunc("/hello", func(w http.ResponseWriter, r *http.Request) { - fmt.Fprintf(w, "Hello, NIBM! \nThis is endpoint 2\n") + fmt.Fprintf(w, "Hello, UOR! \nThis is endpoint 2\n") }) @@ -20,4 +20,4 @@ func main() { fmt.Println("Starting UOR API Server...") fmt.Println("Listening on :8080") http.ListenAndServe(":8080", nil) -} \ No newline at end of file +}