mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 23:19:22 +08:00
Re-opening of #30096. It was reverted because it was missing a sidebar link to Webhooks in the admin panel.
3 lines
102 B
JavaScript
Vendored
3 lines
102 B
JavaScript
Vendored
import Route from "@ember/routing/route";
|
|
|
|
export default class AdminApiKeysNewRoute extends Route {}
|