diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 14:52:22 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-25 14:52:22 +0900 |
| commit | 3f54fb8a2a46da9ee24c893f70c2635a5ca33f9a (patch) | |
| tree | f587946eb2b5e3f9b3c22a6924b7e8cfbbf0bc28 /src/web/server.ts | |
| parent | [Client] Fix bug (diff) | |
| download | sharkey-3f54fb8a2a46da9ee24c893f70c2635a5ca33f9a.tar.gz sharkey-3f54fb8a2a46da9ee24c893f70c2635a5ca33f9a.tar.bz2 sharkey-3f54fb8a2a46da9ee24c893f70c2635a5ca33f9a.zip | |
Use external service for rss xml to json
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 d701d83b28..dde4eca5ec 100644 --- a/src/web/server.ts +++ b/src/web/server.ts @@ -47,7 +47,6 @@ app.use('/assets', express.static(`${__dirname}/assets`, { * Common API */ app.get(/\/api:url/, require('./service/url-preview')); -app.post(/\/api:rss/, require('./service/rss-proxy')); /** * Serve config |