mirror of
https://github.com/cf-sonr/hway.git
synced 2026-01-12 03:09:14 +00:00
feat: Dockerize the application
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// Package gateway provides the default routes for the Sonr hway.
|
||||
package gateway
|
||||
package app
|
||||
|
||||
import (
|
||||
"github.com/labstack/echo-contrib/echoprometheus"
|
||||
"github.com/labstack/echo/v4"
|
||||
echomiddleware "github.com/labstack/echo/v4/middleware"
|
||||
"github.com/onsonr/hway/gateway/handlers"
|
||||
config "github.com/onsonr/hway/internal/config/hway"
|
||||
config "github.com/onsonr/hway/internal/config"
|
||||
hwayorm "github.com/onsonr/hway/internal/models"
|
||||
"github.com/onsonr/hway/pkg/common"
|
||||
"github.com/onsonr/hway/pkg/context"
|
||||
|
||||
Reference in New Issue
Block a user