Project

General

Profile

« Previous | Next » 

Revision aec5c9ae

Added by koszko about 1 year ago

automatically change repo url to point to api v2 endpoint

View differences:

default_settings.json
74 74
	    "f1d9dc9f2f4edaaebd9167eb8b79a6da6434313df47921aa4ea8ae278f7739e3": "/**\n * Haketilo demo script.\n *\n * Copyright (C) 2021 Wojtek Kosior\n * Available under the terms of Creative Commons Zero\n * <https://creativecommons.org/publicdomain/zero/1.0/legalcode>\n */\n\n{\n    const banner = document.createElement(\"h2\");\n    \n    banner.textContent = \"Hoooray! Haketilo works :D\";\n    \n    banner.setAttribute(\"style\", `\\\n    margin: 1em; \\\n    border-radius: 1em 0px; \\\n    background-color: #474; \\\n    padding: 10px 20px; \\\n    color: #eee; \\\n    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); \\\n    display: inline-block;\\\n    `);\n    \n    document.body.prepend(banner);\n}\n"
75 75
	}
76 76
    },
77
    "repo": ["https://hydrilla.koszko.org/api_v1/"]
77
    "repo": ["https://hydrilla.koszko.org/api_v2/"]
78 78
}

Also available in: Unified diff