refact
This commit is contained in:
@ -6,12 +6,12 @@ using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using Microsoft.AspNetCore.Identity.UI.Services;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using isn.Data;
|
||||
using isn.Interfaces;
|
||||
using isn.Services;
|
||||
using isn.Entities;
|
||||
using isn.Authorization;
|
||||
using isn.Data.Roles;
|
||||
using isnd.Data;
|
||||
using isnd.Interfaces;
|
||||
using isnd.Services;
|
||||
using isnd.Entities;
|
||||
using isnd.Authorization;
|
||||
using isnd.Data.Roles;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Unleash;
|
||||
using System.Collections.Generic;
|
||||
@ -22,7 +22,7 @@ using Microsoft.Extensions.Options;
|
||||
using isnd.Helpers;
|
||||
using isnd.Services;
|
||||
|
||||
namespace isn
|
||||
namespace isnd
|
||||
{
|
||||
public class Startup
|
||||
{
|
||||
@ -110,7 +110,7 @@ namespace isn
|
||||
{
|
||||
routes.MapRoute(
|
||||
name: "default",
|
||||
template: "{controller=PackageVersion}/{action=Index}/{PackageId?}");
|
||||
template: "{controller=Packages}/{action=Index}/{query?}");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user