mirror of
https://github.com/docmost/docmost.git
synced 2026-05-18 07:24:04 +08:00
fix tree
* fix tree root element ref * fix tree node toggle bug * fix tree node reparenting on the backend * highlight active home menu on the sidebar
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import axios, { AxiosInstance } from "axios";
|
||||
import Cookies from "js-cookie";
|
||||
import Routes from "@/lib/routes";
|
||||
import Routes from "@/lib/app-route.ts";
|
||||
|
||||
const baseUrl = import.meta.env.DEV ? "http://localhost:3000" : "";
|
||||
const api: AxiosInstance = axios.create({
|
||||
|
||||
Reference in New Issue
Block a user