summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Project-Unite/Controllers/OAuth2Controller.cs17
-rw-r--r--Project-Unite/Project-Unite.csproj2
2 files changed, 19 insertions, 0 deletions
diff --git a/Project-Unite/Controllers/OAuth2Controller.cs b/Project-Unite/Controllers/OAuth2Controller.cs
new file mode 100644
index 0000000..39aa75c
--- /dev/null
+++ b/Project-Unite/Controllers/OAuth2Controller.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.Mvc;
+
+namespace Project_Unite.Controllers
+{
+ public class OAuth2Controller : Controller
+ {
+ // GET: OAuth2
+ public ActionResult Index()
+ {
+ return View();
+ }
+ }
+} \ No newline at end of file
diff --git a/Project-Unite/Project-Unite.csproj b/Project-Unite/Project-Unite.csproj
index 31ca90d..07bcda5 100644
--- a/Project-Unite/Project-Unite.csproj
+++ b/Project-Unite/Project-Unite.csproj
@@ -260,6 +260,7 @@
<Compile Include="Controllers\LegalController.cs" />
<Compile Include="Controllers\ManageController.cs" />
<Compile Include="Controllers\ModeratorController.cs" />
+ <Compile Include="Controllers\OAuth2Controller.cs" />
<Compile Include="Controllers\ProfilesController.cs" />
<Compile Include="Controllers\SkinsController.cs" />
<Compile Include="Controllers\WikiControllerController.cs" />
@@ -587,6 +588,7 @@
<Folder Include="App_Data\" />
<Folder Include="Properties\PublishProfiles\" />
<Folder Include="Views\API\" />
+ <Folder Include="Views\OAuth2\" />
<Folder Include="Views\WikiController\" />
</ItemGroup>
<ItemGroup>