mirror of
https://github.com/foss42/apidash.git
synced 2025-12-05 12:34:26 +08:00
refactor: move dashbot inside apidash
This commit is contained in:
6
lib/dashbot/core/routes/dashbot_routes.dart
Normal file
6
lib/dashbot/core/routes/dashbot_routes.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class DashbotRoutes {
|
||||
static const String dashbotHome = '/dashbothome';
|
||||
static const String dashbotDefault = '/dashbotdefault';
|
||||
static const String dashbotChat = '/dashbotchat';
|
||||
static const String dashbotUnknown = '/dashbotunknown';
|
||||
}
|
||||
Reference in New Issue
Block a user