From 4463d73a15fbab7c8cebc890b7efe2d5a570a254 Mon Sep 17 00:00:00 2001 From: SevereOverfl0w Date: Tue, 13 Jan 2015 17:42:43 +0000 Subject: [PATCH] Update routes.js I'm not sure, but it seems like this is possibly an incorrect comment? It may not be though. --- lib/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes.js b/lib/routes.js index ae2e701..432a663 100755 --- a/lib/routes.js +++ b/lib/routes.js @@ -13,7 +13,7 @@ var Tos = require('./tos'); var internals = {}; -// API Server Endpoints +// Web Server Endpoints exports.endpoints = [ { method: ['GET', 'POST'], path: '/', handler: Misc.home, config: { plugins: { crumb: false } } },