You've already forked AstralRinth
forked from didirus/AstralRinth
Fix permissions checks for projects, fix gallery URLs (#321)
This commit is contained in:
@@ -494,7 +494,7 @@ pub async fn project_create_inner(
|
||||
});
|
||||
|
||||
gallery_urls.push(crate::models::projects::GalleryItem {
|
||||
url,
|
||||
url: format!("{}/{}", cdn_url, url),
|
||||
featured: item.featured,
|
||||
title: item.title.clone(),
|
||||
description: item.description.clone(),
|
||||
|
||||
Reference in New Issue
Block a user