mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Change all "api" URLs. Ideally the path prefix would be an option.
This commit is contained in:
@@ -8,7 +8,7 @@ define(['./module'], function(mod) {
|
||||
, password: $scope.signin.password.$modelValue
|
||||
}
|
||||
$scope.invalid = false
|
||||
$http.post('/api/v1/auth/ldap', data)
|
||||
$http.post('/auth/api/v1/ldap', data)
|
||||
.success(function(response) {
|
||||
$scope.error = null
|
||||
location.replace(response.redirect)
|
||||
|
||||
Reference in New Issue
Block a user