Skip to content

Commit 6fcc1f5

Browse files
committed
Add loader-assets to artifact api endpoint
1 parent 7dcf03d commit 6fcc1f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/v1/endpoints/artifacts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ async fn oneconfig(
210210
Ok(res)
211211
}
212212

213-
#[get("/{artifact:stage1|relaunch}")]
213+
#[get("/{artifact:stage1|relaunch|loader-assets}")]
214214
async fn platform_agnostic_artifacts(
215215
state: web::Data<ApiData>,
216216
query: web::Query<ArtifactQuery>,

0 commit comments

Comments
 (0)