feat(logs): add Database logs and Build logs to the Server Logs dashboard page
This commit is contained in:
@@ -162,7 +162,7 @@ export interface CoolifyDeployment {
|
||||
commit?: string;
|
||||
}
|
||||
|
||||
async function coolifyFetch(path: string, options: RequestInit = {}) {
|
||||
export async function coolifyFetch(path: string, options: RequestInit = {}) {
|
||||
const url = `${COOLIFY_URL}/api/v1${path}`;
|
||||
const res = await fetch(url, {
|
||||
...options,
|
||||
|
||||
Reference in New Issue
Block a user