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