diff --git a/README.md b/README.md index 3ee1bc5..f5f5561 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,8 @@ You can found some api template on postmane - Explore the codebase, find issues and contribute to the project. - Report bugs, suggest features, or submit pull requests +### 5. Our APi +-Adkar: +-- https://qurandz.free.nf/api/adkar + ## This project is licensed under the MIT License diff --git a/index.php b/index.php index 46725ff..d23b80f 100644 --- a/index.php +++ b/index.php @@ -70,7 +70,7 @@ break; default: - include 'pages/errors/404.php'; + include 'pages/home.php'; break; } }