Skip to content

Commit

Permalink
fix scene urn
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi committed Aug 10, 2023
1 parent f9009d8 commit 0328667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Project/Project.router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export class ProjectRouter extends Router {
configurations: {
globalScenesUrn: [],
scenesUrn: [
`urn:decentraland:entity:${PREVIEW_HASH}?=&baseUrl=${BUILDER_SERVER_URL}v1/projects/${projectId}/contents/`
`urn:decentraland:entity:${PREVIEW_HASH}?=&baseUrl=${BUILDER_SERVER_URL}/v1/projects/${projectId}/contents/`
]
},
content: {
Expand Down

0 comments on commit 0328667

Please sign in to comment.