Clean up tests and examples (#86)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module AsyncResponse where
|
||||
module Examples.AsyncResponse.Main where
|
||||
|
||||
import Prelude
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module Headers where
|
||||
module Examples.Headers.Main where
|
||||
|
||||
import Prelude
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module HelloWorld where
|
||||
module Examples.HelloWorld.Main where
|
||||
|
||||
import Prelude
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module Middleware where
|
||||
module Examples.Middleware.Main where
|
||||
|
||||
import Prelude
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module MultiRoute where
|
||||
module Examples.MultiRoute.Main where
|
||||
|
||||
import Prelude
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module PathSegments where
|
||||
module Examples.PathSegments.Main where
|
||||
|
||||
import Prelude
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module Post where
|
||||
module Examples.Post.Main where
|
||||
|
||||
import Prelude
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module QueryParameters where
|
||||
module Examples.QueryParameters.Main where
|
||||
|
||||
import Prelude
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module SSL where
|
||||
module Examples.SSL.Main where
|
||||
|
||||
import Prelude
|
||||
|
||||
|
||||
Reference in New Issue
Block a user