Skip to content

Commit

Permalink
Merge pull request #1 from rasika90/patch-2
Browse files Browse the repository at this point in the history
fixing api-console not appearing
  • Loading branch information
ruwany committed Nov 1, 2015
2 parents e8f5142 + b2d006c commit 3fdb7c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var log = new Log();
var carbon = require('carbon');

var uri = request.getRequestURI();
var callPath = uri.replace("/store/api-docs", "");
var callPath = uri.replace("/api-store/api-docs", "");
var url, action;

if (uri != null) {
Expand Down

0 comments on commit 3fdb7c0

Please sign in to comment.