From 87b2b4b13b02d35d3d52372d9ed0a3d7e9b52189 Mon Sep 17 00:00:00 2001
From: Meezaan-ud-Din Abdu Dhil-Jalali Wal-Ikram <m@meezaan.net>
Date: Sun, 29 May 2022 11:12:24 +0400
Subject: [PATCH] Fix highlighter

---
 routes/other.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/routes/other.php b/routes/other.php
index e5c8e16..a83df57 100644
--- a/routes/other.php
+++ b/routes/other.php
@@ -41,7 +41,7 @@
     return $this->view->render($response, 'cdn.php', [
         'pageTitle' => 'Al Quran Cloud Content Delivery Network',
 		'metaDescription' => 'The Al Quran Cloud Content Delivery Network for Quran Recitation Audio Files and Quran Ayah Images',
-		'view' => 'api'
+		'view' => 'cdn'
     ]);
 });