mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
Chungus 2.0
This commit is contained in:
5
server/routers/certificates/createCertificate.ts
Normal file
5
server/routers/certificates/createCertificate.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { db, Transaction } from "@server/db";
|
||||
|
||||
export async function createCertificate(domainId: string, domain: string, trx: Transaction | typeof db) {
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user