Account creation

This commit is contained in:
2024-06-22 23:59:44 +08:00
parent ce51b78b14
commit 4a39c5ad31
9 changed files with 380 additions and 58 deletions

5
client/src/config.ts Normal file
View File

@@ -0,0 +1,5 @@
const config = {
serverAddress: "http://localhost:5183",
};
export default config;