summaryrefslogtreecommitdiff
path: root/src/web/server.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-18 02:24:14 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-18 02:24:14 +0900
commitb73eb710e42985789c0e029bd982a44be614105e (patch)
treeef2ccc98132bd24627cbf167537bf3d3a6d9277c /src/web/server.ts
parentFix (diff)
downloadsharkey-b73eb710e42985789c0e029bd982a44be614105e.tar.gz
sharkey-b73eb710e42985789c0e029bd982a44be614105e.tar.bz2
sharkey-b73eb710e42985789c0e029bd982a44be614105e.zip
Clean up
Diffstat (limited to 'src/web/server.ts')
-rw-r--r--src/web/server.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web/server.ts b/src/web/server.ts
index 70083753b2..baad0f6c67 100644
--- a/src/web/server.ts
+++ b/src/web/server.ts
@@ -47,7 +47,6 @@ app.use('/resources', express.static(`${__dirname}/resources`, {
/**
* Common API
*/
-app.get(/\/api:meta/, require('./meta'));
app.get(/\/api:url/, require('./service/url-preview'));
app.post(/\/api:rss/, require('./service/rss-proxy'));