fixed loading bug
This commit is contained in:
parent
4750befdfb
commit
5708cf5ea2
14 changed files with 421 additions and 98 deletions
|
@ -2,9 +2,8 @@ extends RichTextLabel
|
|||
|
||||
@export var stopwatch: Stopwatch
|
||||
var config = ConfigFile.new()
|
||||
const DEV = true
|
||||
|
||||
var API_BASE = "https://flask-hello-world-nine-psi.vercel.app" if not DEV else "http://127.0.0.1:5001"
|
||||
var API_BASE = "https://flask-hello-world-nine-psi.vercel.app"
|
||||
|
||||
func make_urlsafe(data: String):
|
||||
return data.replace("+", "-").replace("/", "_")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue