Skip to content

Commit f823a18

Browse files
committed
fix get over post
1 parent 69b80f9 commit f823a18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/@dcl/sdk-commands/src/commands/start/server

packages/@dcl/sdk-commands/src/commands/start/server/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export async function wireRouter(components: PreviewComponents, workspace: Works
4141
}
4242

4343
// Mobile preview QR code endpoint
44-
router.post('/mobile-preview', async (ctx) => {
44+
router.get('/mobile-preview', async (ctx) => {
4545
const lanUrl = getLanUrl(ctx.url.port)
4646
if (!lanUrl) {
4747
return {

0 commit comments

Comments
 (0)