We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ed5b4 commit f5fb3ceCopy full SHA for f5fb3ce
Src/Data/ApiPaths.luau
@@ -1,6 +1,6 @@
1
return table.freeze({
2
TraceUrl = "metrik.app/cdn-cgi/trace",
3
- BaseUrl = "api.metrik.app/api/v1",
+ BaseUrl = "api-prod.metrik.app/api/v1",
4
5
ServerStart = "/projects/%s/server/start",
6
ServerEnd = "/projects/%s/server/stop",
0 commit comments