mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
7 lines
244 B
Dart
7 lines
244 B
Dart
class DashbotRoutes {
|
|
static const String dashbotHome = '/dashbothome';
|
|
static const String dashbotDefault = '/dashbotdefault';
|
|
static const String dashbotChat = '/dashbotchat';
|
|
static const String dashbotUnknown = '/dashbotunknown';
|
|
}
|