mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 16:45:54 +02:00
Clean up
This commit is contained in:
@@ -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'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user