blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

Add `admin` to routes for editing posts #182

Closed pcmantinker closed 4 years ago

pcmantinker commented 4 years ago

By adding admin to the routes, it fixes the edit function. Otherwise, the router misidentifies a post with the slug edit and fails to load the editor for the post.