|
|
@@ -13,7 +13,7 @@ using Nancy; |
|
|
|
|
|
|
|
namespace Learun.Application.WebApi.Modules |
|
|
|
{ |
|
|
|
public class TimeTable : BaseNoLoginApi |
|
|
|
public class TimeTable : BaseApi |
|
|
|
{ |
|
|
|
public TimeTable() |
|
|
|
: base("/learun/adms/timetable") |
|
|
@@ -118,6 +118,7 @@ namespace Learun.Application.WebApi.Modules |
|
|
|
/// </summary> |
|
|
|
/// <param name="_"></param> |
|
|
|
/// <returns></returns> |
|
|
|
|
|
|
|
private Response GetTimeTableData(dynamic _) |
|
|
|
{ |
|
|
|
var param = this.GetReq<TimeParameter>(); |
|
|
|