Update device authentication
This commit is contained in:
@ -5,8 +5,8 @@ var env = Environment.production //.detect()
|
||||
try LoggingSystem.bootstrap(from: &env)
|
||||
let app = Application(env)
|
||||
defer {
|
||||
app.shutdown()
|
||||
shutdown()
|
||||
app.shutdown()
|
||||
}
|
||||
|
||||
try configure(app)
|
||||
|
Reference in New Issue
Block a user