🚑 Fix services url issue
This commit is contained in:
parent
6f7ae4467c
commit
b4d1d62e9b
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user