Fix trigger address
This commit is contained in:
parent
ef45caa86f
commit
5f263e7e1e
@ -78,7 +78,7 @@ const Errored: React.FC = () => {
|
||||
|
||||
const handleDialogSubmit = async () => {
|
||||
try {
|
||||
const response = await fetch("/api/auth/triggerbuild", {
|
||||
const response = await fetch("/api/admin/triggerbuild", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
Loading…
Reference in New Issue
Block a user