Skip to content

Commit 65b14a7

Browse files
committed
we need to redirect POST → GET here
1 parent 9c7e7bc commit 65b14a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/UnidocServer/Operations/Interactions/Unidoc.PluginOperation.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ extension Unidoc.PluginOperation:Unidoc.AdministrativeOperation
4545
return .ok(statusPage.resource(format: format))
4646
}
4747

48-
return .redirect(.temporary("\(Unidoc.ServerRoot.plugin / self.plugin)"))
48+
return .redirect(.seeOther("\(Unidoc.ServerRoot.plugin / self.plugin)"))
4949
}
5050
}

0 commit comments

Comments
 (0)