mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Move assetserver to internal
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import (
|
||||
"io"
|
||||
"net/http"
|
||||
|
||||
"github.com/wailsapp/wails/v3/pkg/assetserver/webview"
|
||||
"github.com/wailsapp/wails/v3/internal/assetserver/webview"
|
||||
)
|
||||
|
||||
// ProcessHTTPRequest processes the HTTP Request by faking a golang HTTP Server.
|
||||
+1
-1
@@ -8,7 +8,7 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"github.com/wailsapp/wails/v3/pkg/assetserver/webview"
|
||||
"github.com/wailsapp/wails/v3/internal/assetserver/webview"
|
||||
)
|
||||
|
||||
type assetServerWebView struct {
|
||||
Vendored
Vendored
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user