mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 17:42:48 +00:00
end point tests figured out
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
defmodule MyApp.Guardian.Auth.Pipeline.User do
|
||||
use Guardian.Plug.Pipeline, otp_app: :MyApp,
|
||||
use Guardian.Plug.Pipeline, otp_app: :myapp,
|
||||
module: MyApp.Guardian,
|
||||
error_handler: MyApp.Auth.ErrorHandler
|
||||
|
||||
@@ -14,7 +14,7 @@ defmodule MyApp.Guardian.Auth.Pipeline.User do
|
||||
end
|
||||
|
||||
defmodule MyApp.Guardian.Auth.Pipeline.Mod do
|
||||
use Guardian.Plug.Pipeline, otp_app: :MyApp,
|
||||
use Guardian.Plug.Pipeline, otp_app: :myapp,
|
||||
module: MyApp.Guardian,
|
||||
error_handler: MyApp.Auth.ErrorHandler
|
||||
|
||||
@@ -28,7 +28,7 @@ defmodule MyApp.Guardian.Auth.Pipeline.Mod do
|
||||
end
|
||||
|
||||
defmodule MyApp.Guardian.Auth.Pipeline.Admin do
|
||||
use Guardian.Plug.Pipeline, otp_app: :MyApp,
|
||||
use Guardian.Plug.Pipeline, otp_app: :myapp,
|
||||
module: MyApp.Guardian,
|
||||
error_handler: MyApp.Auth.ErrorHandler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user