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 11, 2024
1 parent 05fd08f commit a01c91b
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/AKfycbxNjvKz8HAaeftg9ItITvZf17r3WI2X8qk6uQPUK4B1s1XRnpjFug3i7Keh2HQc1_OkLA/exec";
const spreadsheetUrl = "https://script.google.com/macros/s/AKfycbxnn_jd-cxbhp_0h7cXO9ghfrMJqTT4b9WpdOHapF0dLILBhm8XJKLJW_irBsbzhtYyPA/exec";

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

0 comments on commit a01c91b

Please sign in to comment.