We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771cd27 commit 972bd1fCopy full SHA for 972bd1f
functions/src/host/generate-catalog-page-command.ts
@@ -23,7 +23,7 @@ export default class GenerateCatalogPageCommand {
23
}
24
25
private static async fetchRemapIndexHtml(): Promise<string> {
26
- const response = await axios.default.get('http://localhost:3000/');
+ const response = await axios.default.get('https://remap-keys.app/');
27
if (response.status === 200) {
28
return response.data;
29
} else {
0 commit comments