Fix bug with refresh #7

Merged
bilal.catic merged 4 commits from fix-bug-with-refresh into master 2020-09-04 13:47:49 +02:00
Showing only changes of commit c80ad45133 - Show all commits

View File

@@ -1,6 +1,6 @@
Rails.application.routes.draw do
constraints format: :json do
namespace :api do
scope :api do
resources :money_moves
resources :chips, only: %i[index create destroy]
resources :chip_values, only: %i[create update destroy]