mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
Migrate "Add Files" modal to React GitOrigin-RevId: fc5235108ee65294e3176da9c327791c34aa5b3c
5 lines
187 B
JavaScript
5 lines
187 B
JavaScript
import { postJSON } from '../../../infrastructure/fetch-json'
|
|
|
|
export const refreshProjectMetadata = (projectId, entityId) =>
|
|
postJSON(`/project/${projectId}/doc/${entityId}/metadata`)
|