mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
ba4300d9e1
Migrate "Add Files" modal to React GitOrigin-RevId: fc5235108ee65294e3176da9c327791c34aa5b3c
4 lines
187 B
JavaScript
4 lines
187 B
JavaScript
import { postJSON } from '../../../infrastructure/fetch-json'
|
|
|
|
export const refreshProjectMetadata = (projectId, entityId) =>
|
|
postJSON(`/project/${projectId}/doc/${entityId}/metadata`)
|