Skip to content

Commit

Permalink
screenshot has to be from own service
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Jun 21, 2022
1 parent 9e75d28 commit 7b0d543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/micro-frontend-registry/lib/microServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function enableCoreServices() {

// screenshot
MicroFrontendRegistry.add({
endpoint: "/api/services/website/screenshotUrl",
endpoint: "https://screenshoturl.elmsln.vercel.app/api/screenshotUrl",
name: "@core/screenshotUrl",
title: "Screenshot page",
description: "Takes screenshot of a URL and returns image",
Expand Down

1 comment on commit 7b0d543

@vercel
Copy link

@vercel vercel bot commented on 7b0d543 Jun 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lrnwebcomponents – ./

lrnwebcomponents-git-master-elmsln.vercel.app
lrnwebcomponents.vercel.app
lrnwebcomponents-elmsln.vercel.app

Please sign in to comment.