login endpoint added

This commit is contained in:
victorAnumudu
2025-02-05 21:23:45 +01:00
parent b185419ba7
commit 15a598872e
9 changed files with 326 additions and 63 deletions
+2
View File
@@ -1,7 +1,9 @@
const myLinks = {
error: '*',
getStarted: '/',
login: '/login',
home: '/home',
getLoan: '/get-loan'
}
export default myLinks