mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-22 20:09:45 +00:00
Certificates section react work
This commit is contained in:
@@ -4,7 +4,6 @@ import type { Certificate } from "./models";
|
||||
export async function createCertificate(item: Certificate): Promise<Certificate> {
|
||||
return await api.post({
|
||||
url: "/nginx/certificates",
|
||||
// todo: only use whitelist of fields for this data
|
||||
data: item,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user