Skip to content

Commit 63413f0

Browse files
fix: use appropriate route
1 parent 486f926 commit 63413f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bottle.Api/Configurations/Seeders/UserSeeder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Text;
55
using System.Threading.Tasks;
66
using Microsoft.EntityFrameworkCore;
7-
using Bottle.Models;
7+
using Bottle.Api.Models;
88

99
namespace Bottle.Api.Configurations.Seeders
1010
{

0 commit comments

Comments
 (0)