mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
removes extra slash
This commit is contained in:
@@ -19,7 +19,7 @@ function editScheduleResolve () {
|
|||||||
],
|
],
|
||||||
timezonesResolve: ['Rest', '$stateParams', 'GetBasePath', 'ProcessErrors',
|
timezonesResolve: ['Rest', '$stateParams', 'GetBasePath', 'ProcessErrors',
|
||||||
(Rest, $stateParams, GetBasePath, ProcessErrors) => {
|
(Rest, $stateParams, GetBasePath, ProcessErrors) => {
|
||||||
var path = `${GetBasePath('schedules')}/zoneinfo`;
|
var path = `${GetBasePath('schedules')}zoneinfo`;
|
||||||
Rest.setUrl(path);
|
Rest.setUrl(path);
|
||||||
return Rest.get()
|
return Rest.get()
|
||||||
.then(function(data) {
|
.then(function(data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user