added refresh endpoint

This commit is contained in:
2025-11-25 17:05:30 +00:00
parent 68baf30177
commit ceac48c49a

View File

@@ -0,0 +1,7 @@
package handlers
import "github.com/gin-gonic/gin"
func (store *Store) RefreshToken(ctx *gin.Context) {
}