Skip to content

Commit a49b4e3

Browse files
committed
Fix dev wallet build
1 parent c36f764 commit a49b4e3

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

go/wallet/bundle.zip

639 KB
Binary file not shown.

go/wallet/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ func NewHTTPServer(port uint, config *FlowConfig) (*Server, error) {
5757

5858
// API routes
5959
apiRouter := r.PathPrefix("/api").Subrouter()
60+
apiRouter.HandleFunc("", srv.configHandler).Methods("GET")
6061
apiRouter.HandleFunc("/", srv.configHandler).Methods("GET")
6162
apiRouter.HandleFunc("/polling-session", srv.getPollingSessionHandler).Methods("GET")
6263
apiRouter.HandleFunc("/polling-session", srv.postPollingSessionHandler).Methods("POST")

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
output: "export",
23
productionBrowserSourceMaps: true,
34
async rewrites() {
45
return [

0 commit comments

Comments
 (0)