mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:13:31 +02:00
Change all "api" URLs. Ideally the path prefix would be an option.
This commit is contained in:
@@ -71,7 +71,7 @@ module.exports = function(options) {
|
||||
res.render('index')
|
||||
})
|
||||
|
||||
app.post('/api/v1/auth/ldap', function(req, res) {
|
||||
app.post('/auth/api/v1/ldap', function(req, res) {
|
||||
var log = logger.createLogger('auth-ldap')
|
||||
log.setLocalIdentifier(req.ip)
|
||||
switch (req.accepts(['json'])) {
|
||||
|
||||
Reference in New Issue
Block a user