Clean up tests and examples (#86)

This commit is contained in:
Connor Prussin
2017-10-26 17:19:30 -04:00
committed by GitHub
parent f28a9bfed7
commit 0fa3d1a90c
28 changed files with 272 additions and 276 deletions

View File

@@ -1,4 +1,4 @@
module AsyncResponse where
module Examples.AsyncResponse.Main where
import Prelude

View File

@@ -1,4 +1,4 @@
module Headers where
module Examples.Headers.Main where
import Prelude

View File

@@ -1,4 +1,4 @@
module HelloWorld where
module Examples.HelloWorld.Main where
import Prelude

View File

@@ -1,4 +1,4 @@
module Middleware where
module Examples.Middleware.Main where
import Prelude

View File

@@ -1,4 +1,4 @@
module MultiRoute where
module Examples.MultiRoute.Main where
import Prelude

View File

@@ -1,4 +1,4 @@
module PathSegments where
module Examples.PathSegments.Main where
import Prelude

View File

@@ -1,4 +1,4 @@
module Post where
module Examples.Post.Main where
import Prelude

View File

@@ -1,4 +1,4 @@
module QueryParameters where
module Examples.QueryParameters.Main where
import Prelude

View File

@@ -1,4 +1,4 @@
module SSL where
module Examples.SSL.Main where
import Prelude