mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 22:29:28 +00:00
fix snapshot download links
This commit is contained in:
parent
849c4b6366
commit
b3b52baf11
5 changed files with 27 additions and 8 deletions
|
|
@ -3,8 +3,9 @@ import config from '../config';
|
|||
import { GetBuildResponse } from '../types/asu';
|
||||
|
||||
const asu = {
|
||||
buildNew: (packages: string[], profile: string, version: string) =>
|
||||
buildNew: (packages: string[], target: string, profile: string, version: string) =>
|
||||
axios.post<GetBuildResponse>(`${config.asu_url}/api/build`, {
|
||||
target,
|
||||
version,
|
||||
profile,
|
||||
packages,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue