mohammadKarimi / SwiftLink

SwiftLink is a modern URL shortener with Asp.net Core 8
MIT License
105 stars 26 forks source link

Fix typo in serilog configuration #158

Closed bluescreen1999 closed 4 months ago

bluescreen1999 commented 4 months ago

Pull Request Title

Fix typos in Serilog configurations for both development and production environments

Description

This pull request addresses typos in the Serilog configuration within both appsettings.Development.json and appsettings.json files. The changes ensure that the configuration keys are correctly spelled and paths are correctly formatted. Specifically:

Changes