diff --git a/src/ZGoBackend.hs b/src/ZGoBackend.hs index 116002a..99a6a49 100644 --- a/src/ZGoBackend.hs +++ b/src/ZGoBackend.hs @@ -1133,7 +1133,7 @@ routes pipe config = do liftAndCatchIO $ run (deleteOrder oId) status ok200 -- Get language for component - get "getloginlang" $ do + get "/getloginlang" $ do lang <- param "lang" txtPack' <- liftAndCatchIO $ run (findLangComponent lang "login") case cast' . Doc =<< txtPack' of