1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-02-23 15:50:46 +02:00

+ Deletion Confirmation

This commit is contained in:
2022-06-03 22:59:44 +03:00
parent d056a4d429
commit faff1ab527
2 changed files with 16 additions and 2 deletions

View File

@@ -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) {