mohammadKarimi / SwiftLink

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

Disable a swiftlink #70

Closed mohammadKarimi closed 8 months ago

parhamdarvishi commented 8 months ago

I added disable property for link entity in domain

mohammadKarimi commented 8 months ago

Okay, thank you. Consider the need for a delete method (HTTP method) to disable a link and set this field to true for disabling. Additionally, in the update mechanism, we can set this field to true again.

mohammadKarimi commented 8 months ago

@parhamdarvishi I assign you this issue. make a branch for this issue then send me PR.