Version bump
This commit is contained in:
parent
eddb9bb082
commit
d1f54b23d2
@ -1,5 +1,5 @@
|
|||||||
name: authenticate
|
name: authenticate
|
||||||
version: 0.9.2.3
|
version: 0.9.3
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman, Hiromi Ishii, Arash Rouhani
|
author: Michael Snoyman, Hiromi Ishii, Arash Rouhani
|
||||||
|
|||||||
@ -12,7 +12,7 @@ mkYesod "OID" [parseRoutes|
|
|||||||
/complete CompleteR GET
|
/complete CompleteR GET
|
||||||
|]
|
|]
|
||||||
|
|
||||||
instance Yesod OID where approot _ = "http://localhost:3000"
|
instance Yesod OID where approot _ = "http://10.0.0.3:3000"
|
||||||
|
|
||||||
getRootR = defaultLayout [hamlet|\
|
getRootR = defaultLayout [hamlet|\
|
||||||
<form action="@{ForwardR}">
|
<form action="@{ForwardR}">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user