Skip to content

Commit 32c81ab

Browse files
committed
made changes
1 parent c8bd4b2 commit 32c81ab

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

app.php

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,5 @@
1010
Login::get();
1111
});
1212

13-
$route->post('/v1/register', function() {
14-
Register::get();
15-
});
16-
17-
$route->get('/v1/transactions', function() {
18-
Wallet::getTransactions();
19-
});
20-
21-
$route->post('/v1/deposit', function() {
22-
Wallet::deposit();
23-
});
24-
25-
$route->post('/v1/withdraw', function() {
26-
Wallet::withdraw();
27-
});
28-
29-
$route->post('/v1/transfer', function() {
30-
Wallet::transfer();
31-
});
32-
33-
$route->get('/v1/balance', function() {
34-
Wallet::getBalance();
35-
});
3613

3714
$route->submit();

0 commit comments

Comments
 (0)