update api base url

This commit is contained in:
Ultrablob 2025-01-22 16:43:51 -05:00
parent e542da3722
commit c8ccbdbcff
4 changed files with 4 additions and 4 deletions

View file

@ -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):