Skip to content
Snippets Groups Projects
Commit 64345019 authored by Johannes Borgen's avatar Johannes Borgen
Browse files

changed default handler statement

parent c08fae68
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ import ( ...@@ -14,7 +14,7 @@ import (
Handle invalid requests Handle invalid requests
*/ */
func handlerNil(w http.ResponseWriter, r *http.Request) { func handlerNil(w http.ResponseWriter, r *http.Request) {
http.Error(w, "IMT2681 Assignment2 default handler says hello!", http.StatusBadRequest) http.Error(w, "IMT2681 altocumulus default handler says hello!", http.StatusBadRequest)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment