added a method for setting resource path
[nodejsws.git] / examples / simple / purls / main_menu.js
diff --git a/examples/simple/purls/main_menu.js b/examples/simple/purls/main_menu.js
deleted file mode 100644 (file)
index 042b8a8..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-function go(request, response, callback) {
-       console.log("in main_head.go");
-       response.write("<table><tr><th>menu</th><td>item1</td><td>item2</td><td>item3</td></tr></table>");
-       callback(request, response);
-       return;
-}
-
-exports.go = go;
\ No newline at end of file