Skip to content

Commit

Permalink
fix(CE): Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik-sivadas committed Jul 17, 2024
1 parent b075a53 commit 4479988
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions server/config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,6 @@
delete "schedule_syncs", to: "schedule_syncs#destroy"
end
end
<<<<<<< HEAD
=======
if MultiwovenApp.enterprise?
namespace :enterprise, defaults: { format: "json" } do
namespace :api do
namespace :v1 do
post "invite_signup", to: "auth#invite_signup"
resources :workspaces do
resources :users do
patch "update_role", on: :member
patch "resend_invite", on: :member
post "invite", on: :collection
end
end
resources :roles, only: [:index]
resources :resources, only: [:index]
resource :profile, only: %i[update destroy]
end
end
end
end
>>>>>>> 29becf76 (feat(CE): Add Manual Sync Schedule controller (#281))

# Uncomment below if you have a root path
root "rails/health#show"
Expand Down

0 comments on commit 4479988

Please sign in to comment.