mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 20:55:10 +00:00
4 lines
106 B
Text
4 lines
106 B
Text
<%= render Components::APIKeys::Index.new(
|
|
api_keys: @api_keys,
|
|
new_token: flash[:api_key_token]
|
|
) %>
|