mirror of
https://github.com/FlipsideCrypto/eth_activity.git
synced 2026-02-06 10:46:46 +00:00
Update server.R
This commit is contained in:
parent
3292f75b63
commit
734661e11e
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user