added a method for setting resource path
[nodejsws.git] / examples / simple / purls / main_head.js
diff --git a/examples/simple/purls/main_head.js b/examples/simple/purls/main_head.js
deleted file mode 100644 (file)
index 463d8dd..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-function go(request, response, callback) {
-       console.log("in main_head.go");
-       response.write("<html><head><title>im a head</title></head><body>");
-       callback(request, response);
-       return;
-}
-
-exports.go = go;
\ No newline at end of file