This commit is contained in:
dylan 2024-03-25 00:42:23 -07:00
parent f7a5605074
commit 67e4bb3e6d

View File

@ -2,7 +2,7 @@ import { Type } from "@sinclair/typebox";
import { FirRouteInput, FirRouteOptions } from "../util/routewrap.js";
const method = "POST";
const url = "/release";
const url = "/api/release";
// const payloadT = Type.Object({
// png: Type.String(),