Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ksevelyar committed Jul 13, 2024
1 parent 65e5f02 commit 4195714
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/habits_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ defmodule HabitsWeb.Router do
plug :accepts, ["json"]
end

scope "/api", HabitsWeb do
scope "/", HabitsWeb do
pipe_through :api

resources "/users", UserController, only: [:create]
end

# Enable LiveDashboard and Swoosh mailbox preview in development
Expand Down

0 comments on commit 4195714

Please sign in to comment.