update gdrive url

This commit is contained in:
Usman Nasir
2020-11-13 16:00:25 +05:00
parent df58c27f17
commit 58b890c28e
3 changed files with 4 additions and 4 deletions

View File

@@ -1073,7 +1073,7 @@ app.controller('googleDrive', function ($scope, $http) {
$scope.driveHidden = true;
$scope.setupAccount = function(){
window.open("https://platform.cyberpanel.net/gDrive?name=" + $scope.accountName + '&server=' + window.location.href + 'Setup');
window.open("https://cloud.cyberpanel.net/gDrive?name=" + $scope.accountName + '&server=' + window.location.href + 'Setup');
};
$scope.currentPage = 1;