Initial Commit ...
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace xIdentityService.Constants {
|
||||
public struct XResponseContentTypes {
|
||||
public const string HTML = "text/html";
|
||||
public const string JSON = "application/json";
|
||||
public const string JavaScript = "text/javascript";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user