mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-11 22:25:41 +08:00
Refactor: split message apis to gateway and service (#13126)
### What problem does this PR solve? Split message apis to gateway and service ### Type of change - [x] Refactoring
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import { lazy, memo, Suspense } from 'react';
|
||||
import { createBrowserRouter, Navigate, redirect, type RouteObject } from 'react-router';
|
||||
import {
|
||||
createBrowserRouter,
|
||||
Navigate,
|
||||
redirect,
|
||||
type RouteObject,
|
||||
} from 'react-router';
|
||||
import FallbackComponent from './components/fallback-component';
|
||||
import { IS_ENTERPRISE } from './pages/admin/utils';
|
||||
import authorizationUtil from './utils/authorization-util';
|
||||
|
||||
Reference in New Issue
Block a user