We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1072de8 commit 4b6af49Copy full SHA for 4b6af49
src/React.Sample.Owin/Program.cs
@@ -10,7 +10,6 @@
10
using System;
11
12
using Microsoft.Owin.Hosting;
13
-using Microsoft.Owin.StaticFiles.Infrastructure;
14
15
namespace React.Sample.Owin
16
{
src/React.Sample.Owin/Startup.cs
@@ -1,4 +1,13 @@
1
-using System;
+/*
2
+ * Copyright (c) 2014-2015, Facebook, Inc.
3
+ * All rights reserved.
4
+ *
5
+ * This source code is licensed under the BSD-style license found in the
6
+ * LICENSE file in the root directory of this source tree. An additional grant
7
+ * of patent rights can be found in the PATENTS file in the same directory.
8
+ */
9
+
+using System;
using Microsoft.Owin.FileSystems;
using Microsoft.Owin.StaticFiles;
0 commit comments