mirror of
https://github.com/JustKato/FreePad.git
synced 2026-02-23 15:50:46 +02:00
+ Deletion Confirmation
This commit is contained in:
@@ -63,6 +63,10 @@ func AdminRoutes(router *gin.RouterGroup) {
|
||||
|
||||
})
|
||||
|
||||
router.GET("/delete/:padname", func(ctx *gin.Context) {
|
||||
|
||||
})
|
||||
|
||||
// Admin view route
|
||||
router.GET("/view", func(ctx *gin.Context) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user