Texts and URL fixes

This commit is contained in:
baldo 2016-06-20 22:28:01 +02:00
parent 8e42a60f68
commit 8dbec7612b
5 changed files with 13 additions and 7 deletions
server/utils

View file

@ -4,7 +4,7 @@ angular.module('ffffng').factory('UrlBuilder', function (_, config) {
function formUrl(route, queryParams) {
var url = config.server.baseUrl;
if (route || queryParams) {
url += '/#!/';
url += '/#/';
}
if (route) {
url += route;