complate detail page
This commit is contained in:
@@ -3,4 +3,5 @@ export const links = {
|
||||
register: '/users/register/',
|
||||
plagiarismCheck: '/shared/documents/',
|
||||
history: '/shared/documents/list/',
|
||||
detail: (id: number) => `/shared/documents/${id}/`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user