Skip to content

Commit

Permalink
Change to localhost which is replaced by build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnman committed Oct 22, 2024
1 parent 9a5f4f5 commit 585084a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions how-to/integrate-with-excel/client/src/excel-window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { init as initExcel, launchExcel } from "./excel";
import type { ExcelSettings } from "./shapes";

window.addEventListener("DOMContentLoaded", async () => {
const url = new URL(window.location.href);
const root = url.host;
const root = "http://localhost:8080";
const excelSettings: ExcelSettings = {
appAsset: {
alias: "excel-interop-example.xlsx",
Expand Down

0 comments on commit 585084a

Please sign in to comment.