Skip to content

Commit 8c7bbcb

Browse files
committed
fix: changed url to fetch public databases
1 parent 84a85ef commit 8c7bbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/login-controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ LoginModule.controller("LoginController", ['$scope', '$rootScope', '$routeParams
102102

103103
$.ajax({
104104
type: "GET",
105-
url: "https://www.orientdb.com/public-databases/3.0.x/config.json",
105+
url: "https://orientdb.dev/public-databases/3.0.x/config.json",
106106
crossDomain: true
107107
}).done(handleResponse).fail(function () {
108108
var noti = "An error occurred when trying to reach public databases repository. Please check your connection.";

0 commit comments

Comments
 (0)