[U] Update hosts

This commit is contained in:
Hykilpikonna
2021-12-25 17:04:30 -05:00
parent fbaf5a04ca
commit bbb3f5f622
3 changed files with 9 additions and 6 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
// export const backendUrl = 'http://localhost:5000'
export const backendUrl = 'https://telegram-api.hydev.org'
export const hosts = {
api: 'https://profile-api.hydev.org',
content: 'https://profile-content.hydev.org'
}