diff options
Diffstat (limited to 'src/OAuth/OAuthResourceServer/Global.asax')
-rw-r--r-- | src/OAuth/OAuthResourceServer/Global.asax | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OAuth/OAuthResourceServer/Global.asax b/src/OAuth/OAuthResourceServer/Global.asax new file mode 100644 index 0000000..0f290d5 --- /dev/null +++ b/src/OAuth/OAuthResourceServer/Global.asax @@ -0,0 +1 @@ +<%@ Application Inherits="OAuthResourceServer.Code.Global" CodeBehind="Code\Global.cs" %> |