WIP ws messages, TODO backend receiving frontend messages
This commit is contained in:
@@ -15,6 +15,7 @@ Dio dio(Ref ref) {
|
||||
baseUrl: 'http://localhost:8080',
|
||||
connectTimeout: const Duration(seconds: 5),
|
||||
receiveTimeout: const Duration(seconds: 3),
|
||||
validateStatus: (status) => true,
|
||||
));
|
||||
|
||||
final jwt = ref.watch(jwtNotifierProvider).valueOrNull;
|
||||
|
||||
Reference in New Issue
Block a user