feat: Implement dark mode styling across UI components and update README with roadmap and system requirements.
This commit is contained in:
@@ -171,6 +171,7 @@ async fn main() {
|
||||
"/organizations",
|
||||
get(handlers::get_organizations).post(handlers::create_organization),
|
||||
)
|
||||
.route("/organizations/{id}", put(handlers::update_organization))
|
||||
.route("/admin/provision", post(handlers::provision_organization))
|
||||
.route(
|
||||
"/webhooks",
|
||||
|
||||
Reference in New Issue
Block a user