Skip to content

Commit

Permalink
present: Use the deployed service
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-mazur committed Oct 25, 2023
1 parent fe6d244 commit f4f11e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*_gen.*
pollsvc-amd64
.creds/
present/poll/
2 changes: 1 addition & 1 deletion present/static/poll.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const pollSvcEndpoint = 'http://localhost:17000';
const pollSvcEndpoint = 'https://poll.rmazur.io';

async function initPoll() {
let talkId = null;
Expand Down
4 changes: 2 additions & 2 deletions present/umdd.slide
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ [email protected]

## Introduction

.iframe http://localhost:17000/intro-link.html 400 _
.image poll/qr.png 400 _
.caption poll: Introduction

## Testing

.iframe http://localhost:17000/chart.html 400 _
.iframe https://poll.rmazur.io/chart.html 400 _

## What's happening

Expand Down

0 comments on commit f4f11e5

Please sign in to comment.