refactor: move dashbot inside apidash

This commit is contained in:
Udhay-Adithya
2025-09-02 11:57:31 +05:30
parent 07ca90fe61
commit 5b6c1d5139
36 changed files with 114 additions and 198 deletions

View 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';
}