mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 13:22:38 +10:00
Merge pull request #51 from docmost/private-attachments
make page attachments private
This commit is contained in:
@ -5,6 +5,7 @@ import { getBackendUrl } from "@/lib/config.ts";
|
||||
|
||||
const api: AxiosInstance = axios.create({
|
||||
baseURL: getBackendUrl(),
|
||||
withCredentials: true,
|
||||
});
|
||||
|
||||
api.interceptors.request.use(
|
||||
|
||||
Reference in New Issue
Block a user