Skip to content

Commit

Permalink
say no to dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef King committed Mar 15, 2017
1 parent 7464ee8 commit 69a7546
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions src/StaticBlob/project.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"frameworks": {
"net46": {
"dependencies": {
"King.Azure": "2.0.19"
}
"net46": { }
}
}
}
1 change: 0 additions & 1 deletion src/StaticBlob/run.csx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public static HttpResponseMessage Run(HttpRequestMessage req, TraceWriter log)
.FirstOrDefault(q => string.Compare(q.Key, "file", true) == 0)
.Value ?? defaultPage;

//var c = new Container(container, connection);
var r = new HttpResponseMessage(HttpStatusCode.Redirect);

r.Headers.Location = new Uri(root + req.RequestUri.AbsolutePath + '/' + path);
Expand Down

0 comments on commit 69a7546

Please sign in to comment.