Added api endpoints and configured hopframe
This commit is contained in:
@@ -19,7 +19,7 @@ public class DatabaseContext(DbContextOptions<DatabaseContext> options) : DbCont
|
||||
modelBuilder.Entity<Project>()
|
||||
.HasMany(p => p.Languages)
|
||||
.WithMany()
|
||||
.UsingEntity("ProjectLanguage");
|
||||
.UsingEntity("LanguageProject");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user