Update server.R

This commit is contained in:
Carlos R. Mercado 2022-09-06 10:18:21 -04:00
parent 3292f75b63
commit 734661e11e

View File

@ -27,7 +27,7 @@ shinyServer(function(input, output, session) {
})
observeEvent(input$test, {
updateTextInput(session, 'address', label = Sys.getenv()[4])
updateTextInput(session, 'address', label = Sys.getenv('api_key'))
})
eoa_stats <- reactive({