1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

Change all "api" URLs. Ideally the path prefix would be an option.

This commit is contained in:
Simo Kinnunen 2014-12-17 21:29:51 +09:00
parent 436fa6eff9
commit b2e114c9be
14 changed files with 28 additions and 29 deletions

View file

@ -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'])) {