retunt route to the correct name

merge-requests/47/head
Elham Rababah 6 years ago
parent 1a98e37a7f
commit 70c1faa5a6

@ -21,7 +21,7 @@ import './screens/profile_screen.dart';
import './screens/settings/settings_screen.dart';
import 'screens/doctor/doctor_reply_screen.dart';
const String INIT_ROUTE = PATIENT_SEARCH;
const String INIT_ROUTE = LOGIN;
const String HOME = '/';
const String LOGIN = 'login';
const String PROFILE = 'profile';

Loading…
Cancel
Save