Skip to content

Commit

Permalink
fix : default backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan committed May 10, 2024
1 parent 0a2f395 commit 601fb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/value.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package api

var (
BackendURL = "https://ketos-server.doer-app.com"
BackendURL = "http://localhost:8000"
FrontURL = "https://ketos.doer-app.com"
filePath = "./tmp-tar/ketos-tmp-image.tar.gz"
)

0 comments on commit 601fb61

Please sign in to comment.