Skip to content

Commit

Permalink
Merge pull request #125 from alopezlago/alopezlago/public_modaqFlag
Browse files Browse the repository at this point in the history
Merged PR 219: Use modaq flag for YAPP to save space
  • Loading branch information
alopezlago authored Oct 11, 2021
2 parents 26574b9 + 8cbe9dc commit d98fcda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/state/AppState.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { assertNever } from "@fluentui/utilities";
import { makeAutoObservable } from "mobx";
import { IStatus } from "src/IStatus";
import { ExportType, ICustomExport } from "./CustomExport";
import { ICustomExport } from "./CustomExport";

import * as CustomExport from "./CustomExport";
import * as QBJ from "../qbj/QBJ";
Expand Down
6 changes: 3 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ module.exports = (env, argv) => {
__GOOGLE_CLIENT_ID__: JSON.stringify(
"1038902414768-nj056sbrbe0oshavft2uq9et6tvbu2d5.apps.googleusercontent.com"
),
// If you're testing the YAPP Azure Function locally, use http://localhost:7071/api/ParseDocx, and
// make sure local.settings.json includes this after the Values field:
// If you're testing the YAPP Azure Function locally, use http://localhost:7071/api/ParseDocx?modaq=true
// and make sure local.settings.json includes this after the Values field:
// "Host": { "LocalHttpPort": 7071, "CORS": "*" }
__YAPP_SERVICE__: JSON.stringify(
"https://yetanotherpacketparserazurefunction.azurewebsites.net/api/ParseDocx"
"https://yetanotherpacketparserazurefunction.azurewebsites.net/api/ParseDocx?modaq=true"
),
}),
],
Expand Down

0 comments on commit d98fcda

Please sign in to comment.