aboutsummaryrefslogtreecommitdiff
path: root/app/templates/tasks/view.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-11-15 23:51:42 +0000
committerrubenwardy <rw@rubenwardy.com>2019-11-15 23:51:42 +0000
commit64f131ae27a7332245b5a4eb8e1e4879d7d99578 (patch)
treea0b4101ca9c2132a072f1586c0df693583c91cf7 /app/templates/tasks/view.html
parent015abe5a2507ad02273bc89953016c386aae4457 (diff)
downloadcheatdb-64f131ae27a7332245b5a4eb8e1e4879d7d99578.tar.xz
Refactor endpoints to use blueprints instead
Diffstat (limited to 'app/templates/tasks/view.html')
-rw-r--r--app/templates/tasks/view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/tasks/view.html b/app/templates/tasks/view.html
index 97c3343..a348b1f 100644
--- a/app/templates/tasks/view.html
+++ b/app/templates/tasks/view.html
@@ -16,7 +16,7 @@ Working
<script>
// @author rubenwardy
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
- pollTask("{{ url_for('check_task', id=info.id) }}", true)
+ pollTask("{{ url_for('tasks.check', id=info.id) }}", true)
.then(function() { location.reload() })
.catch(function() { location.reload() })
</script>