TGTGInsighttelegram intelligenceLIVE / telegram public index
Indhold
Opslagsindhold
#news#updates 1. Register resters, we can add the resters without hardcoded routes. It can take its name from rester name: Before: builder.MapRester<UserRester>("/users"); Now: builder.MapRester<UserRester>(); 2. You can give routes using constructor for Getter attribute: Before: [Getter(Route = "/all")] Now: [Getter("/all")]