Skip to content

Commit

Permalink
ready to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-convertino committed Apr 10, 2024
1 parent 2dcec99 commit b5b950e
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 126,975 deletions.
1 change: 0 additions & 1 deletion appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
['name' => 'account#delete', 'url' => '/accounts/{id}', 'verb' => 'DELETE'],
// ['name' => 'account#destroy', 'url' => '/accounts/destroy/{id}', 'verb' => 'DELETE'],
['name' => 'account#import', 'url' => '/accounts/import', 'verb' => 'POST'],
//['name' => 'account#updateCounter', 'url' => '/accounts/update-counter', 'verb' => 'POST'],

['name' => 'setting#get', 'url' => '/settings', 'verb' => 'GET'],
['name' => 'setting#save', 'url' => '/settings', 'verb' => 'POST'],
Expand Down
Loading

0 comments on commit b5b950e

Please sign in to comment.