Texts and URL fixes
This commit is contained in:
parent
8e42a60f68
commit
8dbec7612b
5 changed files with 13 additions and 7 deletions
server/utils
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue