Update Waspleau example app URLs (#619)

This commit is contained in:
Shayne Czyzewski 2022-06-02 14:27:08 -04:00 committed by GitHub
parent a264d2ee29
commit 14161916f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import { loadTime } from '@wasp/jobs/loadTime.js'
export default async function () {
await github.submit()
await loadTime.submit({
url: "https://api.github.com/repos/wasp-lang/wasp",
url: "https://wasp-lang.dev",
name: "wasp-lang.dev Load Time"
})
}

View File

@ -30,7 +30,7 @@ job loadTime {
schedule: {
cron: "*/5 * * * *",
args: {=json {
"url": "https://api.github.com/repos/wasp-lang/wasp",
"url": "https://wasp-lang.dev",
"name": "wasp-lang.dev Load Time"
} json=}
}