[+] Rating screen

This commit is contained in:
Azalea
2024-02-08 02:53:45 -05:00
parent c19164269a
commit 348f27237b
2 changed files with 214 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
const aqua_host = "https://aquadx.hydev.org"
const data_host = "https://aqua-data.hydev.org"
const aqua_host = 'https://aquadx.example.com'
const data_host = 'https://aqua-data.example.com'
export { aqua_host, data_host }