Skip to content

Commit

Permalink
Merge pull request #289 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: geometry
  • Loading branch information
ychung-mot authored May 14, 2024
2 parents fcdfc2b + ebc4a8a commit ea5fc15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/StrDss.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
using StrDss.Service.Bceid;
using StrDss.Service.Hangfire;
using Hangfire.PostgreSql;
using Npgsql;

var builder = WebApplication.CreateBuilder(args);

Expand Down Expand Up @@ -51,6 +52,8 @@
}
});

NpgsqlConnection.GlobalTypeMapper.UseNetTopologySuite();

builder.Services.AddApiVersioning(options =>
{
options.ReportApiVersions = true;
Expand Down

0 comments on commit ea5fc15

Please sign in to comment.