chore: codeberg → gitlab
This commit is contained in:
parent
bea53e3d7d
commit
7b9f0f3687
@ -15,9 +15,7 @@ export const paramDef = {
|
||||
|
||||
export default define(meta, paramDef, async () => {
|
||||
let tag_name;
|
||||
await fetch(
|
||||
"https://codeberg.org/api/v1/repos/firefish/firefish/releases?draft=false&pre-release=false&page=1&limit=1",
|
||||
)
|
||||
await fetch("https://git.joinfirefish.org/api/v4/projects/7/releases")
|
||||
.then((response) => response.json())
|
||||
.then((data) => {
|
||||
tag_name = data[0].tag_name;
|
||||
|
Loading…
Reference in New Issue
Block a user