25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- using Microsoft.AspNetCore.Builder;
-
-
- namespace JT808.Gateway.SimpleQueueNotification.Middlewares
- {
- public static class JT808JwtiddlewareExtensions
- {
- public static IApplicationBuilder UseJT808JwtVerify(
- this IApplicationBuilder builder)
- {
- return builder.UseMiddleware<JT808JwtMiddlewares>();
- }
- }
- }
|