4 lines
103 B
Dart
4 lines
103 B
Dart
abstract final class AdminRoutes {
|
|
static const String marketHistoryLog = '/admin/market-history';
|
|
}
|