mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-03 15:56:22 +00:00
⚡ add middleware for authentication and captcha, implement initial API routes for user, post, label, and page
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
package main
|
||||
|
||||
func main() {}
|
||||
import "github.com/snowykami/neo-blog/internal/router"
|
||||
|
||||
func main() {
|
||||
err := router.Run()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user