How to use custom DateTimeConverter for selected endpoints?
I have the following converter which is responsible for reading and returning dates in UTC format:
I am currently using it in program.cs as follows:
But this causes the converter to be used throughout the system. I would like only in selected enpoints. How can I use it like this?
1 Reply
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View