mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
fix moderation route
This commit is contained in:
@@ -872,7 +872,7 @@ async function generateMessage() {
|
||||
|
||||
if (updateProjects) {
|
||||
try {
|
||||
await useBaseFetch(`moderation/project/${props.project.id}`, {
|
||||
await useBaseFetch(`moderation/project`, {
|
||||
internal: true,
|
||||
method: 'POST',
|
||||
body: {
|
||||
|
||||
Reference in New Issue
Block a user