diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-18 02:24:14 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-18 02:24:14 +0900 |
| commit | b73eb710e42985789c0e029bd982a44be614105e (patch) | |
| tree | ef2ccc98132bd24627cbf167537bf3d3a6d9277c /src/web/server.ts | |
| parent | Fix (diff) | |
| download | sharkey-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.ts | 1 |
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')); |