6 lines
147 B
Python
6 lines
147 B
Python
DBENGINE_DEBUGGER_INSTANCE_ID = "debugger"
|
|
ROUTE_ROOT = "/debugger"
|
|
|
|
class Routes:
|
|
DbEngine = "/dbengine" # request the filtering in the grid
|
|
|