Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyya8403 authored Oct 10, 2024
1 parent 6bdb203 commit f002ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const overlay = document.getElementById('overlay');
const boundingBoxElement = document.getElementById('bounding-box');

// Google Apps ScriptのURLをここに設定
const spreadsheetUrl = "https://script.google.com/macros/s/AKfycbz31INMTIZSW7qIMRAmEfZfyVNBsb-UI-_P6W7A3h-Qh-wCXY5eig5HBInILSL20j610A/exec";
const spreadsheetUrl = "https://script.google.com/macros/s/AKfycbzqfaWPpEL3EJdhjXQkMUqBhbtzjBKIO70gwRKjNLQZvrY2bAmf8lq1aQvTZl0q-clXdQ/exec";

// カメラ映像を表示する処理
const constraints = {
Expand Down

0 comments on commit f002ed5

Please sign in to comment.