Skip to content

Commit

Permalink
route fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatzenstein committed Aug 31, 2017
1 parent 756f670 commit 4db6c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@
"eslintConfig": {
"extends": "react-app"
},
"homepage": "./"
"homepage": "http://dictionary.dynamobim.com/"
}
2 changes: 1 addition & 1 deletion src/util/avp.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// before this is done, all dyn files need to be converted to json format from their xml format.

export default function loadAVP() {
window.requirejs(["/js/avp/AVP.min.js"], function(AVP) {
window.requirejs(["js/avp/AVP.min.js"], function(AVP) {
var Logger = new AVP.Logger();
var simpleStorage = new AVP.BaseStorage();
var runner = new AVP.DynamoRunner(
Expand Down

0 comments on commit 4db6c8f

Please sign in to comment.