compscidr / goblog

Simple blogging platform built with golang. Built on top of gin and gorm. Auth with github. REST / CRUB API backend and templated frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate titles creation problem

compscidr opened this issue · comments

When the second post is created, the user is redirected to the first post with the same title

Fixed