|
|
@@ -32,9 +32,9 @@ namespace Learun.Application.WebApi.Modules |
|
|
|
Get["/list20"] = GetList20; |
|
|
|
Get["/goto"] = GoTo; |
|
|
|
Get["/goto20"] = GoToApplication; |
|
|
|
Get["first"] = First; |
|
|
|
Post["first"] = FirstPost; |
|
|
|
Get["authorize"] = Authorize; |
|
|
|
Get["/first"] = First; |
|
|
|
Post["/first"] = FirstPost; |
|
|
|
Get["/authorize"] = Authorize; |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary> |
|
|
|