sdf
This commit is contained in:
4
index.js
4
index.js
@@ -142,6 +142,10 @@ app.use('/api/v1/godo', proxy('spiduler-godo:32105', {
|
|||||||
filter: proxyFilter
|
filter: proxyFilter
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
app.use('/api/v1/cache', proxy('spiduler-cache:32106', {
|
||||||
|
filter: proxyFilter
|
||||||
|
}));
|
||||||
|
|
||||||
app.get('/oauth/authorize', authorize)
|
app.get('/oauth/authorize', authorize)
|
||||||
|
|
||||||
app.get('/api/v1/oauth/token', grantToken)
|
app.get('/api/v1/oauth/token', grantToken)
|
||||||
|
|||||||
Reference in New Issue
Block a user