change friends url to /contacts/

This commit is contained in:
ansuz
2017-07-17 17:18:28 +02:00
parent a28a59abf0
commit f2320190b8
8 changed files with 7 additions and 7 deletions

View File

@@ -481,7 +481,7 @@ define([
return loadingScreen();
};
Pages['/friends/'] = Pages['/friends/index.html'] = function () {
Pages['/contacts/'] = Pages['/contacts/index.html'] = function () {
return loadingScreen();
};