🚑 Fix services url issue

This commit is contained in:
LittleSheep 2024-05-12 21:27:55 +08:00
parent 6f7ae4467c
commit b4d1d62e9b

View File

@ -1,7 +1,7 @@
const serviceUrls = { const serviceUrls = {
'passport': 'https://id.solsynth.dev', 'passport': 'https://id.solsynth.dev',
'interactive': 'https://co.solsynth.dev', 'interactive': 'https://co.solsynth.dev',
'messaging': 'http://192.168.50.83:8447' // 'https://im.solsynth.dev' 'messaging': 'https://im.solsynth.dev'
}; };
Uri getRequestUri(String service, String path) { Uri getRequestUri(String service, String path) {