mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-16 01:40:15 +08:00
This change converts the admin webhooks UI to the new UI guidelines and modernizes the JS.
3 lines
100 B
JavaScript
3 lines
100 B
JavaScript
import Route from "@ember/routing/route";
|
|
|
|
export default class AdminWebHooksRoute extends Route {}
|