mirror of
https://gitlab.silvrtree.co.uk/martind2000/aodb.git
synced 2025-02-15 09:09:16 +00:00
6 lines
133 B
PowerShell
6 lines
133 B
PowerShell
param(
|
|
[String] $APIURL = ""
|
|
)
|
|
|
|
|
|
(get-content app.config.js.token).Replace('__APIURL__', $APIURL) | set-content app.config.js |