feat: add favicon, logo and Update the platform name (only available to the superuser) and company names
This commit is contained in:
@@ -168,6 +168,10 @@ async fn main() {
|
||||
"/organizations/{id}/logo",
|
||||
post(handlers_branding::upload_organization_logo),
|
||||
)
|
||||
.route(
|
||||
"/organizations/{id}/favicon",
|
||||
post(handlers_branding::upload_organization_favicon),
|
||||
)
|
||||
.route(
|
||||
"/organizations/{id}/branding",
|
||||
axum::routing::put(handlers_branding::update_organization_branding),
|
||||
|
||||
Reference in New Issue
Block a user