Add server api definition
This commit is contained in:
6
MusicCast.Net.Api.Server/Models/BaseResponse.cs
Normal file
6
MusicCast.Net.Api.Server/Models/BaseResponse.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace MusicCast.Net.Api.Server.Models;
|
||||
|
||||
public class BaseResponse
|
||||
{
|
||||
public string response_code { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user