the error message :
{
"message":"The requested route was not found. Please refer to the API docs and try again.",
"code":404,
"type":"general_route_not_found",
"version":"1.6.1"
}
the code:
class AppwriteConstants {
static const String databaseId = 'dbid';
static const String projectId = 'prjtid';
static const String endPoint = 'http://localhost/v1';
}