Created
January 10, 2020 08:58
-
-
Save MickaelCruzDB/7d9abe3afcab1829d7d412be44e77569 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import App | |
import Vapor | |
var env = try Environment.detect() | |
try LoggingSystem.bootstrap(from: &env) | |
let app = Application(env) | |
defer { app.shutdown() } | |
try configure(app) | |
try app.run() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment