fix
This commit is contained in:
2
App.tsx
2
App.tsx
@@ -99,7 +99,7 @@ const styles = StyleSheet.create({
|
||||
|
||||
class Api {
|
||||
|
||||
public static readonly BASE_URL = 'http://192.168.1.155:16000';
|
||||
public static readonly BASE_URL = 'http://192.168.1.111:16000';
|
||||
private static _instance: Api | null = null;
|
||||
private ws: WebSocket | null = null;
|
||||
private clientId: string = '';
|
||||
|
||||
Reference in New Issue
Block a user