Fix trigger address

This commit is contained in:
ferreo 2024-07-30 20:53:23 +01:00
parent ef45caa86f
commit 5f263e7e1e

View File

@ -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",