Add authentication middleware
This commit is contained in:
+1
-1
@@ -33,6 +33,6 @@ func main() {
|
||||
}
|
||||
|
||||
Debug("starting white label app on port 8090")
|
||||
handler := routes.CreateApi()
|
||||
handler := routes.CreateApi(environment, client)
|
||||
log.Fatal(http.ListenAndServe(":8090", handler))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user