We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabc789 commit 29017f7Copy full SHA for 29017f7
web/src/components/paper-sliver.tsx
@@ -191,7 +191,7 @@ export default function PaperSliver({
191
192
try {
193
const response = await fetch(
194
- `/api/adminRequest/papers/full/${paperData.id}`,
+ `http://localhost:3000/api/adminRequest/papers/full/${paperData.id}`,
195
{
196
method: "PUT",
197
headers: {
@@ -241,7 +241,7 @@ export default function PaperSliver({
241
242
243
244
- `/api/adminRequest/papers/${paperData.id}`,
+ `http://localhost:3000/api/adminRequest/papers/${paperData.id}`,
245
246
method: "DELETE",
247
0 commit comments