update api base url
This commit is contained in:
parent
e542da3722
commit
c8ccbdbcff
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ extends RichTextLabel
|
|||
@export var spawner: Node2D
|
||||
var config = ConfigFile.new()
|
||||
|
||||
const API_BASE = "https://flask-hello-world-nine-psi.vercel.app"
|
||||
const API_BASE = "https://ape-ame.ultrablob.me/api"
|
||||
#const API_BASE = "http://localhost:5001"
|
||||
|
||||
func make_urlsafe(data: String):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue