feat!: Moving handler to internal/handler

So people aware that the package is internal use and not using that
on their projects.
This commit is contained in:
Christian Ditaputratama 2024-07-07 01:42:29 +07:00
parent 4c7d53547b
commit c250e8e3bb
No known key found for this signature in database
GPG key ID: 31D3D06D77950979
4 changed files with 1 additions and 1 deletions

View file

@ -9,10 +9,10 @@ import (
"time"
"github.com/ditatompel/xmr-remote-nodes/frontend"
"github.com/ditatompel/xmr-remote-nodes/handler"
"github.com/ditatompel/xmr-remote-nodes/internal/config"
"github.com/ditatompel/xmr-remote-nodes/internal/cron"
"github.com/ditatompel/xmr-remote-nodes/internal/database"
"github.com/ditatompel/xmr-remote-nodes/internal/handler"
"github.com/gofiber/fiber/v2"
"github.com/gofiber/fiber/v2/middleware/cors"