refactor: is ready Admin logic to AppState

This commit is contained in:
steve-chavez
2024-05-08 11:27:58 -05:00
committed by Steve Chavez
parent 1374178f27
commit 1b584f7e9c
3 changed files with 69 additions and 63 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ run appState = do
-- reload schema cache + config on NOTIFY
AppState.runListener conf appState
Admin.runAdmin conf appState (serverSettings conf)
Admin.runAdmin appState (serverSettings conf)
let app = postgrest configLogLevel appState (AppState.connectionWorker appState)