[+] Deployed backend

This commit is contained in:
2023-12-01 05:20:53 -05:00
parent 83b89ea942
commit d7dee43d81
+1 -1
View File
@@ -7,7 +7,7 @@ import English from '../assets/img/lang/en.svg'
// db.user: Current logged-in user
const db = localStorage
const backendUrl = 'https://localhost:8000'
const backendUrl = 'https://301-bk.hydev.org'
export interface Lang {
name: string