Gokulprasanth
Gokulprasanth
I just tried the below one, works fine for each route handler: ``` func YourCustomMiddleWare(context *gin.Context){ context.AbortWithStatusJSON(404, map[string]string{"message": "route not found"}) } r.GET("/fetch-data", YourCustomMiddleWare, controllers.YourFunc) ```
Hi @sc0rp10n-py, I used the below config for achieving two pages on mobile ``` const isMobile = window.innerWidth
> sh -c "QT_QPA_PLATFORM=wayland flameshot gui -r | xclip -selection clipboard -t image/png" Thanks, this works for me on Fedora 42.