Skip to content

Commit

Permalink
update the application name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsteward committed Apr 23, 2020
1 parent a6a1a67 commit 996457a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tms-dashboard",
"name": "ham-dashboard",
"version": "0.0.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var async = require('async');
var stats = require('../modules/data')

const API_KEY = process.env['API_KEY'];
const APP_TITLE = 'TMS Dashboard';
const APP_TITLE = 'HAM Dashboard';

let data = {
datafreshness: 0,
Expand Down

0 comments on commit 996457a

Please sign in to comment.