Skip to content

Commit

Permalink
Allow other domain
Browse files Browse the repository at this point in the history
  • Loading branch information
jdupl committed Feb 6, 2016
1 parent dd94a5a commit 57efee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>My BLT</title>
<base href="http://myb.lt/">

<link href="bower_components/bootswatch-dist/css/bootstrap.min.css" rel="stylesheet">
<link href="bower_components/components-font-awesome/css/font-awesome.min.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion public/partials/admin.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container">
<h1> ADMIN </h1>
<div ng-repeat="upload in uploads">
<a href="http://a.myb.lt/{{upload.short_url}}">http://a.myb.lt/{{upload.short_url}} </a> | Blocked: {{upload.blocked}} | <a href="/api/block/{{upload.short_url}}"> [BLOCK] </a>
<a href="/api/{{upload.short_url}}">{{upload.short_url}} </a> | Blocked: {{upload.blocked}} | <a href="/api/block/{{upload.short_url}}"> [BLOCK] </a>
</div>
</div>

0 comments on commit 57efee2

Please sign in to comment.