added dist for github pages example
This commit is contained in:
11
dist/config/settings.prod.json
vendored
Normal file
11
dist/config/settings.prod.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"apiConfig": {
|
||||
"baseUrl": "http://localhost:3000",
|
||||
"endpoints": {
|
||||
"auth": {
|
||||
"login": "/auth/login",
|
||||
"validateToken": "/auth/validate-token"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user