Skip to content

Commit

Permalink
Fixing URLs for sample of origins
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Jul 2, 2017
1 parent 4b492de commit 3e274a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/Frontend/JavaScript/origins.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: About Origins
description: Learn how to configure origins
keywords: Frontend
Expand Down Expand Up @@ -58,8 +58,8 @@ Another option is to programatically using JavaScript assign the values within a
```html
<script>
var configuration = Bifrost.configuration.create();
configuration.origins.files = "http://www.db.no";
configuration.origins.APIs = "http://www.vg.no";
configuration.origins.files = "http://someplace";
configuration.origins.APIs = "http://someotherplace";
</script>
```

0 comments on commit 3e274a3

Please sign in to comment.