mirror of
https://github.com/wasrusgen/zov-tech.git
synced 2026-06-03 15:04:50 +00:00
feat(miniapp): connect to deployed Apps Script backend
This commit is contained in:
parent
d835cac27f
commit
4f0c51c453
@ -3,7 +3,7 @@
|
||||
// Ходим на backend → получаем профиль (роль, статус) → рендерим меню.
|
||||
|
||||
const tg = window.Telegram?.WebApp;
|
||||
const BACKEND_URL = ""; // TODO: заполнить URL Apps Script Web App после Шага 4
|
||||
const BACKEND_URL = "https://script.google.com/macros/s/AKfycbyxSwfD4hi5Y176nKV3tmnQq21kCQM3BBm34WGgObgAuybsAW7WPEuxlrPZ1a16viK3/exec";
|
||||
|
||||
const app = document.getElementById("app");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user