Skip to content

Commit

Permalink
Update default page to home.php
Browse files Browse the repository at this point in the history
  • Loading branch information
developing-off committed Feb 29, 2024
1 parent de35dcb commit fda1581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
break;

default:
include 'pages/errors/404.php';
include 'pages/home.php';
break;
}
}

0 comments on commit fda1581

Please sign in to comment.