Update application title.
The application title variable was still using the example value from the project boilerplate. This replaces the example value with 'StackViz'. Change-Id: Ib8f004fcbdfbb3633697eaf287e6e76bec031349
This commit is contained in:
parent
865837da38
commit
952ec1df8a
@ -1,8 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var AppSettings = {
|
||||
appTitle: 'Example Application',
|
||||
apiUrl: '/api/v1'
|
||||
appTitle: 'StackViz'
|
||||
};
|
||||
|
||||
module.exports = AppSettings;
|
||||
module.exports = AppSettings;
|
||||
|
Loading…
x
Reference in New Issue
Block a user