Skip to content

Commit 0a2f43b

Browse files
author
Duy Nguyen
committed
Fix server url
1 parent 8178148 commit 0a2f43b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const apiUrl = "https://viewerapi.ongdev.com//api"
1+
const apiUrl = "https://viewerapi.ongdev.com/api"
22
let timeStamp = "date" // date - week - month - year
33

44
function formatTimeFromSec(sec) {

0 commit comments

Comments
 (0)